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 JmsMessageMetadata
public javax.jms.Destination getReplyTo()
getReplyTo
in interface JmsMessageMetadata
public javax.jms.Destination getDestination()
getDestination
in interface JmsMessageMetadata
public int getDeliveryMode()
getDeliveryMode
in interface JmsMessageMetadata
public String getType()
getType
in interface JmsMessageMetadata
public JmsProperties getProperties()
getProperties
in interface JmsMessageMetadata
public static OutgoingJmsMessageMetadata.OutgoingJmsMessageMetadataBuilder builder()
Copyright © 2018–2021 SmallRye. All rights reserved.