Class CreateInteropRequestHandler

java.lang.Object
org.apache.fineract.interoperation.handler.CreateInteropRequestHandler
All Implemented Interfaces:
org.apache.fineract.commands.handler.NewCommandSourceHandler

@Service @CommandType(entity="INTERREQUEST", action="CREATE") public class CreateInteropRequestHandler extends Object implements org.apache.fineract.commands.handler.NewCommandSourceHandler
  • Constructor Details

    • CreateInteropRequestHandler

      @Autowired public CreateInteropRequestHandler(InteropService interopService)
  • Method Details

    • processCommand

      @Transactional public org.apache.fineract.infrastructure.core.data.CommandProcessingResult processCommand(org.apache.fineract.infrastructure.core.api.JsonCommand command)
      Specified by:
      processCommand in interface org.apache.fineract.commands.handler.NewCommandSourceHandler