Uses of Class
com.rabbitmq.client.impl.ContentHeaderPropertyWriter
-
Packages that use ContentHeaderPropertyWriter 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. -
-
Uses of ContentHeaderPropertyWriter in com.rabbitmq.client
Methods in com.rabbitmq.client with parameters of type ContentHeaderPropertyWriter Modifier and Type Method Description void
AMQP.BasicProperties. writePropertiesTo(ContentHeaderPropertyWriter writer)
-
Uses of ContentHeaderPropertyWriter in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl with parameters of type ContentHeaderPropertyWriter Modifier and Type Method Description abstract void
AMQContentHeader. writePropertiesTo(ContentHeaderPropertyWriter writer)
Private API - Autogenerated writer for this header
-