Interface CustomServiceActivator

All Known Subinterfaces:
NotRespondingServiceActivator<T>, RespondingServiceActivator<T,U>

public interface CustomServiceActivator
A CustomServiceActivator.
Author:
Heiko Scherrer
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.messaging.MessageChannel
    The input-channel instance that is used by the processor to process messages from.
    Returns the unique name of the MessageChannel that is used as input-channel for the processing messages.
  • Method Details

    • getChannel

      org.springframework.messaging.MessageChannel getChannel()
      The input-channel instance that is used by the processor to process messages from.
      Returns:
      The encapsulated MessageChannel instance.
    • getChannelName

      String getChannelName()
      Returns the unique name of the MessageChannel that is used as input-channel for the processing messages.
      Returns:
      Expected to be the unique name of the message concatenated with a suffix, defined in CommConstants.CHANNEL_SUFFIX