public class AMQPMessageBrokerAccessor extends Object
| Constructor and Description |
|---|
AMQPMessageBrokerAccessor() |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.qpid.proton.amqp.messaging.Header |
getCurrentHeader(AMQPMessage message)
Warning: this is a method specific to the broker.
|
static org.apache.qpid.proton.amqp.messaging.Properties |
getCurrentProperties(AMQPMessage message)
Warning: this is a method specific to the broker.
|
static org.apache.qpid.proton.amqp.messaging.ApplicationProperties |
getDecodedApplicationProperties(AMQPMessage message)
Warning: this is a method specific to the broker.
|
static org.apache.qpid.proton.amqp.messaging.MessageAnnotations |
getDecodedMessageAnnotations(AMQPMessage message) |
static Object |
getDeliveryAnnotationProperty(AMQPMessage message,
org.apache.qpid.proton.amqp.Symbol symbol)
Warning: this is a method specific to the broker.
|
static Object |
getMessageAnnotationProperty(AMQPMessage message,
org.apache.qpid.proton.amqp.Symbol symbol)
Warning: this is a method specific to the broker.
|
static int |
getRemainingBodyPosition(AMQPMessage message)
Warning: this is a method specific to the broker.
|
public static Object getDeliveryAnnotationProperty(AMQPMessage message, org.apache.qpid.proton.amqp.Symbol symbol)
public static Object getMessageAnnotationProperty(AMQPMessage message, org.apache.qpid.proton.amqp.Symbol symbol)
public static org.apache.qpid.proton.amqp.messaging.Header getCurrentHeader(AMQPMessage message)
public static org.apache.qpid.proton.amqp.messaging.ApplicationProperties getDecodedApplicationProperties(AMQPMessage message)
public static int getRemainingBodyPosition(AMQPMessage message)
public static org.apache.qpid.proton.amqp.messaging.Properties getCurrentProperties(AMQPMessage message)
public static org.apache.qpid.proton.amqp.messaging.MessageAnnotations getDecodedMessageAnnotations(AMQPMessage message)
Copyright © 2021 The Apache Software Foundation. All rights reserved.