Class LocationUpdateMessageServiceActivator

java.lang.Object
org.openwms.common.comm.osip.locu.LocationUpdateMessageServiceActivator
All Implemented Interfaces:
org.openwms.common.comm.CustomServiceActivator, org.openwms.common.comm.NotRespondingServiceActivator<LocationUpdateMessage>

@OSIP @MessageEndpoint("locationupdateServiceActivator") class LocationUpdateMessageServiceActivator extends Object implements org.openwms.common.comm.NotRespondingServiceActivator<LocationUpdateMessage>
A LocationUpdateMessageServiceActivator implements the Service Activator pattern and delegates incoming LocationUpdateMessages to the appropriate handler function.
Author:
Heiko Scherrer
  • Field Details Link icon

    • INPUT_CHANNEL_NAME Link icon

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

      private final org.springframework.context.ApplicationContext ctx
    • handler Link icon

      private final Function<org.springframework.messaging.support.GenericMessage<LocationUpdateMessage>,Void> handler
  • Constructor Details Link icon

    • LocationUpdateMessageServiceActivator Link icon

      LocationUpdateMessageServiceActivator(org.springframework.context.ApplicationContext ctx, Function<org.springframework.messaging.support.GenericMessage<LocationUpdateMessage>,Void> handler)
  • Method Details Link icon

    • wakeUp Link icon

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

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

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