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.
|
Modifier and Type | Field and Description |
---|---|
static TrafficListener |
TrafficListener.NO_OP
No-op
TrafficListener . |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactory.setTrafficListener(TrafficListener trafficListener)
Traffic listener notified of inbound and outbound
Command s. |
Modifier and Type | Class and Description |
---|---|
class |
LogTrafficListener
|
Modifier and Type | Method and Description |
---|---|
TrafficListener |
ConnectionParams.getTrafficListener() |
TrafficListener |
AMQConnection.getTrafficListener() |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionParams.setTrafficListener(TrafficListener trafficListener) |
Copyright © 2021 VMware, Inc. or its affiliates.. All rights reserved.