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 java.lang.Object implements Translator.PropertiesBuilderFactoryImplementation that uses values fromMetadataConstantsto populate theBasicProperties#Builder.
-
-
Constructor Summary
Constructors Constructor Description StandardPropertiesBuilderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.rabbitmq.client.AMQP.BasicProperties.Builderbuild(AdaptrisMessage msg)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface interlok.rabbitmq.Translator.PropertiesBuilderFactory
build
-
-
-
-
Method Detail
-
build
public com.rabbitmq.client.AMQP.BasicProperties.Builder build(AdaptrisMessage msg)
- Specified by:
buildin interfaceTranslator.PropertiesBuilderFactory
-
-