Package io.atleon.rabbitmq
Interface AloReceivedRabbitMQMessageDecorator<T>
-
- Type Parameters:
T- The types of (deserialized) body payloads referenced byReceivedRabbitMQMessages
- All Superinterfaces:
AloDecorator<ReceivedRabbitMQMessage<T>>,Configurable
- All Known Implementing Classes:
ContextActivatingAloReceivedRabbitMQMessageDecorator
public interface AloReceivedRabbitMQMessageDecorator<T> extends AloDecorator<ReceivedRabbitMQMessage<T>>
Interface through which decoration ofAlos referencingReceivedRabbitMQMessages can be implemented.In order to have implementations automatically applied, you can use the
ServiceLoaderSPI and add the class names toMETA-INF/services/io.atleon.rabbitmq.AloReceivedRabbitMQMessageDecoratorin your project's resource directory.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.atleon.core.AloDecorator
AloDecorator.Composite<T extends Object>
-
-
Field Summary
Fields Modifier and Type Field Description static StringQUEUE_CONFIGThis parameter will be populated during configuration to let the decorator know the name of the queue that is being consumed from.-
Fields inherited from interface io.atleon.core.AloDecorator
INNERMOST_ORDER, OUTERMOST_ORDER
-
-
Method Summary
-
Methods inherited from interface io.atleon.core.AloDecorator
configure, decorate, order
-
-
-
-
Field Detail
-
QUEUE_CONFIG
static final String QUEUE_CONFIG
This parameter will be populated during configuration to let the decorator know the name of the queue that is being consumed from.- See Also:
- Constant Field Values
-
-