Class OutgoingJmsMessageMetadata
- java.lang.Object
-
- io.smallrye.reactive.messaging.jms.OutgoingJmsMessageMetadata
-
- All Implemented Interfaces:
JmsMessageMetadata
public class OutgoingJmsMessageMetadata extends Object implements JmsMessageMetadata
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOutgoingJmsMessageMetadata.OutgoingJmsMessageMetadataBuilder
-
Constructor Summary
Constructors Constructor Description OutgoingJmsMessageMetadata(String correlationId, javax.jms.Destination replyTo, javax.jms.Destination destination, int deliveryMode, String type, JmsProperties properties)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OutgoingJmsMessageMetadata.OutgoingJmsMessageMetadataBuilderbuilder()StringgetCorrelationId()intgetDeliveryMode()javax.jms.DestinationgetDestination()JmsPropertiesgetProperties()javax.jms.DestinationgetReplyTo()StringgetType()
-
-
-
Constructor Detail
-
OutgoingJmsMessageMetadata
public OutgoingJmsMessageMetadata(String correlationId, javax.jms.Destination replyTo, javax.jms.Destination destination, int deliveryMode, String type, JmsProperties properties)
-
-
Method Detail
-
getCorrelationId
public String getCorrelationId()
- Specified by:
getCorrelationIdin interfaceJmsMessageMetadata
-
getReplyTo
public javax.jms.Destination getReplyTo()
- Specified by:
getReplyToin interfaceJmsMessageMetadata
-
getDestination
public javax.jms.Destination getDestination()
- Specified by:
getDestinationin interfaceJmsMessageMetadata
-
getDeliveryMode
public int getDeliveryMode()
- Specified by:
getDeliveryModein interfaceJmsMessageMetadata
-
getType
public String getType()
- Specified by:
getTypein interfaceJmsMessageMetadata
-
getProperties
public JmsProperties getProperties()
- Specified by:
getPropertiesin interfaceJmsMessageMetadata
-
builder
public static OutgoingJmsMessageMetadata.OutgoingJmsMessageMetadataBuilder builder()
-
-