Package io.atleon.rabbitmq
Class ContextActivatingAloReceivedRabbitMQMessageDecorator<T>
- java.lang.Object
-
- io.atleon.context.ContextActivatingAloDecorator<ReceivedRabbitMQMessage<T>>
-
- io.atleon.rabbitmq.ContextActivatingAloReceivedRabbitMQMessageDecorator<T>
-
- Type Parameters:
T- The types of (deserialized) body payloads referenced byReceivedRabbitMQMessages
- All Implemented Interfaces:
AloDecorator<ReceivedRabbitMQMessage<T>>,AloReceivedRabbitMQMessageDecorator<T>,Configurable
public class ContextActivatingAloReceivedRabbitMQMessageDecorator<T> extends ContextActivatingAloDecorator<ReceivedRabbitMQMessage<T>> implements AloReceivedRabbitMQMessageDecorator<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.atleon.core.AloDecorator
AloDecorator.Composite<T extends Object>
-
-
Field Summary
-
Fields inherited from interface io.atleon.core.AloDecorator
INNERMOST_ORDER, OUTERMOST_ORDER
-
Fields inherited from interface io.atleon.rabbitmq.AloReceivedRabbitMQMessageDecorator
QUEUE_CONFIG
-
-
Constructor Summary
Constructors Constructor Description ContextActivatingAloReceivedRabbitMQMessageDecorator()
-
Method Summary
-
Methods inherited from class io.atleon.context.ContextActivatingAloDecorator
decorate, order
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.atleon.core.AloDecorator
configure, decorate, order
-
-