Class UpdateMessageServiceActivator

java.lang.Object
org.openwms.common.comm.osip.upd.UpdateMessageServiceActivator
All Implemented Interfaces:
org.openwms.common.comm.CustomServiceActivator, org.openwms.common.comm.NotRespondingServiceActivator<UpdateMessage>

@OSIP @MessageEndpoint("updatemessageServiceActivator") class UpdateMessageServiceActivator extends Object implements org.openwms.common.comm.NotRespondingServiceActivator<UpdateMessage>
A UpdateMessageServiceActivator implements the Service Activator pattern and delegates incoming UpdateMessages to the appropriate handler function.
Author:
Heiko Scherrer
  • Field Details

    • INPUT_CHANNEL_NAME

      static final String INPUT_CHANNEL_NAME
      The name of the MessageChannel used as input-channel of this message processor.
      See Also:
    • handler

      private final Function<org.springframework.messaging.support.GenericMessage<UpdateMessage>,Void> handler
    • ctx

      private final org.springframework.context.ApplicationContext ctx
  • Constructor Details

    • UpdateMessageServiceActivator

      UpdateMessageServiceActivator(Function<org.springframework.messaging.support.GenericMessage<UpdateMessage>,Void> handler, org.springframework.context.ApplicationContext ctx)
  • Method Details

    • wakeUp

      @OSIP @Measured @ServiceActivator(inputChannel="UPD_MessageInputChannel") public void wakeUp(org.springframework.messaging.support.GenericMessage<UpdateMessage> message)
      Specified by:
      wakeUp in interface org.openwms.common.comm.NotRespondingServiceActivator<UpdateMessage>
    • getChannel

      public org.springframework.messaging.MessageChannel getChannel()
      Specified by:
      getChannel in interface org.openwms.common.comm.CustomServiceActivator
    • getChannelName

      public String getChannelName()
      Specified by:
      getChannelName in interface org.openwms.common.comm.CustomServiceActivator