Uses of Interface
com.rabbitmq.client.AMQP.Basic.Publish
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
-
Uses of AMQP.Basic.Publish in com.rabbitmq.client
-
Uses of AMQP.Basic.Publish in com.rabbitmq.client.impl
-
Uses of AMQP.Basic.Publish in com.rabbitmq.client.observation
Modifier and TypeMethodDescriptionvoid
ObservationCollector.publish
(ObservationCollector.PublishCall call, AMQP.Basic.Publish publish, AMQP.BasicProperties properties, byte[] body, ObservationCollector.ConnectionInfo connectionInfo) Decorate message publishing.