Interface NotRespondingServiceActivator<T>

Type Parameters:
T - A type of incoming payload
All Superinterfaces:
CustomServiceActivator

public interface NotRespondingServiceActivator<T> extends CustomServiceActivator
A NotRespondingServiceActivator is an Service Activator implementation that accepts a message but does not reply with a message.
Author:
Heiko Scherrer
  • Method Details

    • wakeUp

      void wakeUp(GenericMessage<T> message)
      Wake up a service, processor or bean that accepts incoming messages of type T.
      Parameters:
      message - The message to forward