Package de.otto.synapse.consumer
-
Interface Summary Interface Description MessageConsumer<T> A consumer endpoint formessageswith payload-type <T>. -
Class Summary Class Description MessageDispatcher A MessageConsumer that is acting as a Message Dispatcher for multiplemessage consumers.MethodInvokingMessageConsumer<T> AMessageConsumerthat is calling a method of a class instance for every acceptedMessageStatefulMessageConsumer<P,S> AMessageConsumerthat is updating aStateRepository.