Class InboundServiceImpl

java.lang.Object
com.flowable.engage.external.system.service.InboundServiceImpl
All Implemented Interfaces:
InboundService

public class InboundServiceImpl extends Object implements InboundService
Author:
Filip Hrisafov
  • Field Details

  • Constructor Details

  • Method Details

    • getStatusHandler

      public InboundStatusHandler getStatusHandler(String externalSystemId)
      Description copied from interface: InboundService
      Get the inbound status handler responsible for the given externalSystemId. If there is no status handler then either a default one should be returned or an exception thrown.
      Specified by:
      getStatusHandler in interface InboundService
      Parameters:
      externalSystemId - the id of the external system
      Returns:
      the status handler for the given system, never null
    • getErrorHandler

      public InboundErrorHandler getErrorHandler(String externalSystemId)
      Description copied from interface: InboundService
      Get the inbound error handler responsible for the given externalSystemId. If there is no error handler then either a default one should be returned or an exception thrown.
      Specified by:
      getErrorHandler in interface InboundService
      Parameters:
      externalSystemId - the id of the external system
      Returns:
      the error handler for the given system, never null