Class InboundOneTimeTriggerEventBasedProcessor

    • Constructor Detail

      • InboundOneTimeTriggerEventBasedProcessor

        public InboundOneTimeTriggerEventBasedProcessor()
    • Method Detail

      • start

        protected void start​(GenericOneTimeTask task,
                             String endpointPostfix)
        Based on the coordination option schedule the task with NTASK or run as a background thread
        Parameters:
        task -
        endpointPostfix -
      • destroy

        public void destroy()
        Stop the inbound polling processor This will be called when inbound is undeployed/redeployed or when server stop
        Specified by:
        destroy in interface org.apache.synapse.inbound.InboundRequestProcessor
        Overrides:
        destroy in class InboundOneTimeTriggerRequestProcessor