Uses of Class
com.rabbitmq.client.AMQP.BasicProperties
-
Packages that use AMQP.BasicProperties Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery.com.rabbitmq.client.observation com.rabbitmq.tools.jsonrpc JSON-RPC client and server classes for supporting JSON-RPC over an AMQP transport. -
-
Uses of AMQP.BasicProperties in com.rabbitmq.client
Fields in com.rabbitmq.client declared as AMQP.BasicProperties Modifier and Type Field Description private AMQP.BasicPropertiesDelivery. _propertiesstatic AMQP.BasicPropertiesMessageProperties. BASICContent-type "application/octet-stream", deliveryMode 1 (nonpersistent), priority zerostatic AMQP.BasicPropertiesMessageProperties. MINIMAL_BASICEmpty basic properties, with no fields setstatic AMQP.BasicPropertiesMessageProperties. MINIMAL_PERSISTENT_BASICEmpty basic properties, with only deliveryMode set to 2 (persistent)static AMQP.BasicPropertiesMessageProperties. PERSISTENT_BASICContent-type "application/octet-stream", deliveryMode 2 (persistent), priority zerostatic AMQP.BasicPropertiesMessageProperties. PERSISTENT_TEXT_PLAINContent-type "text/plain", deliveryMode 2 (persistent), priority zeroprivate AMQP.BasicPropertiesReturn. propertiesprotected AMQP.BasicPropertiesRpcClient.Response. propertiesprivate AMQP.BasicPropertiesGetResponse. propsstatic AMQP.BasicPropertiesMessageProperties. TEXT_PLAINContent-type "text/plain", deliveryMode 1 (nonpersistent), priority zeroMethods in com.rabbitmq.client that return AMQP.BasicProperties Modifier and Type Method Description AMQP.BasicPropertiesAMQP.BasicProperties.Builder. build()AMQP.BasicPropertiesDelivery. getProperties()Retrieve the message properties.AMQP.BasicPropertiesReturn. getProperties()AMQP.BasicPropertiesRpcClient.Response. getProperties()AMQP.BasicPropertiesGetResponse. getProps()Get theAMQP.BasicPropertiesincluded in this responseprotected AMQP.BasicPropertiesRpcServer. postprocessReplyProperties(Delivery request, AMQP.BasicProperties.Builder builder)Gives a chance to set/modify reply properties after the handling callprotected AMQP.BasicPropertiesRpcServer. preprocessReplyProperties(Delivery request, AMQP.BasicProperties.Builder builder)Gives a chance to set/modify reply properties before handling call.Methods in com.rabbitmq.client with parameters of type AMQP.BasicProperties Modifier and Type Method Description voidChannel. basicPublish(java.lang.String exchange, java.lang.String routingKey, boolean mandatory, boolean immediate, AMQP.BasicProperties props, byte[] body)Publish a message.voidChannel. basicPublish(java.lang.String exchange, java.lang.String routingKey, boolean mandatory, AMQP.BasicProperties props, byte[] body)Publish a message.voidChannel. basicPublish(java.lang.String exchange, java.lang.String routingKey, AMQP.BasicProperties props, byte[] body)Publish a message.RpcClient.ResponseRpcClient. doCall(AMQP.BasicProperties props, byte[] message)RpcClient.ResponseRpcClient. doCall(AMQP.BasicProperties props, byte[] message, int timeout)byte[]MapRpcServer. handleCall(byte[] requestBody, AMQP.BasicProperties replyProperties)Overridden to delegate to handleMapCall.byte[]RpcServer. handleCall(byte[] requestBody, AMQP.BasicProperties replyProperties)High-level response method.byte[]RpcServer. handleCall(AMQP.BasicProperties requestProperties, byte[] requestBody, AMQP.BasicProperties replyProperties)Mid-level response method.byte[]RpcServer. handleCall(Delivery request, AMQP.BasicProperties replyProperties)Lowest-level response method.byte[]StringRpcServer. handleCall(byte[] requestBody, AMQP.BasicProperties replyProperties)Overridden to do UTF-8 processing, and delegate to handleStringCall.voidRpcServer. handleCast(AMQP.BasicProperties requestProperties, byte[] requestBody)Mid-level handler method.voidConsumer. handleDelivery(java.lang.String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)Called when abasic.deliveris received for this consumer.voidDefaultConsumer. handleDelivery(java.lang.String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)voidRpcServer.DefaultRpcConsumer. handleDelivery(java.lang.String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)java.util.Map<java.lang.String,java.lang.Object>MapRpcServer. handleMapCall(java.util.Map<java.lang.String,java.lang.Object> request, AMQP.BasicProperties replyProperties)Delegates toMapRpcServer.handleMapCall(Map).voidReturnListener. handleReturn(int replyCode, java.lang.String replyText, java.lang.String exchange, java.lang.String routingKey, AMQP.BasicProperties properties, byte[] body)java.lang.StringStringRpcServer. handleStringCall(java.lang.String request, AMQP.BasicProperties replyProperties)Delegates to handleStringCall(String).byte[]RpcClient. primitiveCall(AMQP.BasicProperties props, byte[] message)byte[]RpcClient. primitiveCall(AMQP.BasicProperties props, byte[] message, int timeout)voidRpcClient. publish(AMQP.BasicProperties props, byte[] message)Constructors in com.rabbitmq.client with parameters of type AMQP.BasicProperties Constructor Description Delivery(Envelope envelope, AMQP.BasicProperties properties, byte[] body)GetResponse(Envelope envelope, AMQP.BasicProperties props, byte[] body, int messageCount)Construct aGetResponsewith the specified construction parametersResponse(java.lang.String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body)Return(int replyCode, java.lang.String replyText, java.lang.String exchange, java.lang.String routingKey, AMQP.BasicProperties properties, byte[] body) -
Uses of AMQP.BasicProperties in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl with parameters of type AMQP.BasicProperties Modifier and Type Method Description voidChannelN. basicPublish(java.lang.String exchange, java.lang.String routingKey, boolean mandatory, boolean immediate, AMQP.BasicProperties props, byte[] body)Public API - Publish a message.voidChannelN. basicPublish(java.lang.String exchange, java.lang.String routingKey, boolean mandatory, AMQP.BasicProperties props, byte[] body)Public API - Publish a message.voidChannelN. basicPublish(java.lang.String exchange, java.lang.String routingKey, AMQP.BasicProperties props, byte[] body)Public API - Publish a message.voidConsumerDispatcher. handleDelivery(Consumer delegate, java.lang.String consumerTag, Envelope envelope, AMQP.BasicProperties properties, byte[] body) -
Uses of AMQP.BasicProperties in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery with parameters of type AMQP.BasicProperties Modifier and Type Method Description voidAutorecoveringChannel. basicPublish(java.lang.String exchange, java.lang.String routingKey, boolean mandatory, boolean immediate, AMQP.BasicProperties props, byte[] body)voidAutorecoveringChannel. basicPublish(java.lang.String exchange, java.lang.String routingKey, boolean mandatory, AMQP.BasicProperties props, byte[] body)voidAutorecoveringChannel. basicPublish(java.lang.String exchange, java.lang.String routingKey, AMQP.BasicProperties props, byte[] body) -
Uses of AMQP.BasicProperties in com.rabbitmq.client.observation
Methods in com.rabbitmq.client.observation with parameters of type AMQP.BasicProperties Modifier and Type Method Description voidNoOpObservationCollector. publish(ObservationCollector.PublishCall call, AMQP.Basic.Publish publish, AMQP.BasicProperties properties, byte[] body, ObservationCollector.ConnectionInfo connectionInfo)voidObservationCollector. publish(ObservationCollector.PublishCall call, AMQP.Basic.Publish publish, AMQP.BasicProperties properties, byte[] body, ObservationCollector.ConnectionInfo connectionInfo)Decorate message publishing.voidObservationCollector.PublishCall. publish(AMQP.BasicProperties properties) -
Uses of AMQP.BasicProperties in com.rabbitmq.tools.jsonrpc
Methods in com.rabbitmq.tools.jsonrpc with parameters of type AMQP.BasicProperties Modifier and Type Method Description java.lang.StringJsonRpcServer. handleStringCall(java.lang.String requestBody, AMQP.BasicProperties replyProperties)Override our superclass' method, dispatching to doCall.
-