public class OutgoingJmsMessageMetadata extends Object implements JmsMessageMetadata
| Modifier and Type | Class and Description |
|---|---|
static class |
OutgoingJmsMessageMetadata.OutgoingJmsMessageMetadataBuilder |
| Constructor and Description |
|---|
OutgoingJmsMessageMetadata(String correlationId,
javax.jms.Destination replyTo,
javax.jms.Destination destination,
int deliveryMode,
String type,
JmsProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
static OutgoingJmsMessageMetadata.OutgoingJmsMessageMetadataBuilder |
builder() |
String |
getCorrelationId() |
int |
getDeliveryMode() |
javax.jms.Destination |
getDestination() |
JmsProperties |
getProperties() |
javax.jms.Destination |
getReplyTo() |
String |
getType() |
public OutgoingJmsMessageMetadata(String correlationId, javax.jms.Destination replyTo, javax.jms.Destination destination, int deliveryMode, String type, JmsProperties properties)
public String getCorrelationId()
getCorrelationId in interface JmsMessageMetadatapublic javax.jms.Destination getReplyTo()
getReplyTo in interface JmsMessageMetadatapublic javax.jms.Destination getDestination()
getDestination in interface JmsMessageMetadatapublic int getDeliveryMode()
getDeliveryMode in interface JmsMessageMetadatapublic String getType()
getType in interface JmsMessageMetadatapublic JmsProperties getProperties()
getProperties in interface JmsMessageMetadatapublic static OutgoingJmsMessageMetadata.OutgoingJmsMessageMetadataBuilder builder()
Copyright © 2018–2021 SmallRye. All rights reserved.