Package interlok.rabbitmq
Interface Translator.BasicPropertiesHandler
- All Known Implementing Classes:
PropertiesToMetadata
- Enclosing class:
- Translator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Transfer the contents of
Delivery#getProperties() into the AdaptrisMessage-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(com.rabbitmq.client.AMQP.BasicProperties properties, AdaptrisMessage msg)
-
Method Details
-
handle
-