Package io.atleon.rabbitmq
Interface AloRabbitMQMessageDecorator<T>
-
- Type Parameters:
T- The types of (deserialized) body payloads referenced byRabbitMQMessages
- All Superinterfaces:
io.atleon.core.AloDecorator<RabbitMQMessage<T>>,io.atleon.util.Configurable
public interface AloRabbitMQMessageDecorator<T> extends io.atleon.core.AloDecorator<RabbitMQMessage<T>>
Interface through which decoration ofAlos referencingRabbitMQMessages 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.AloRabbitMQMessageDecoratorin your project's resource directory.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.atleon.core.AloDecorator
io.atleon.core.AloDecorator.Composite<T extends Object>
-
-