Package interlok.rabbitmq
Interface Translator.PropertiesBuilderFactory
- All Known Implementing Classes:
ConfiguredPropertiesBuilderFactory,StandardPropertiesBuilderFactory
- 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.
Creates a
BasicProperties.Builder object from AdaptrisMessage.
This allows for composable implementations that want to build specific properties that cannot easily be derived from metadata.
-
Method Summary
-
Method Details
-
build
-
build
Convenience method to build a Builder.Create a map that contains the some/all keys from
MetadataConstantsand this will do something sensible.
-