Package interlok.rabbitmq
Class StandardPropertiesBuilderFactory
java.lang.Object
interlok.rabbitmq.StandardPropertiesBuilderFactory
- All Implemented Interfaces:
Translator.PropertiesBuilderFactory
@ComponentProfile(summary="Use standard metadata to derive the settings for the \'BasicProperties\' when publishing",
since="4.3.0")
public class StandardPropertiesBuilderFactory
extends Object
implements Translator.PropertiesBuilderFactory
Implementation that uses values from
MetadataConstants to populate the BasicProperties#Builder.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.rabbitmq.client.AMQP.BasicProperties.Builderbuild(AdaptrisMessage msg) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface interlok.rabbitmq.Translator.PropertiesBuilderFactory
build
-
Constructor Details
-
StandardPropertiesBuilderFactory
public StandardPropertiesBuilderFactory()
-
-
Method Details
-
build
- Specified by:
buildin interfaceTranslator.PropertiesBuilderFactory
-