Package com.rabbitmq.client
Interface TrafficListener
-
- All Known Implementing Classes:
LogTrafficListener
public interface TrafficListenerContract to log outbound and inboundCommands.- Since:
- 4.9.0
- See Also:
ConnectionFactory.setTrafficListener(TrafficListener)
-
-
Field Summary
Fields Modifier and Type Field Description static TrafficListenerNO_OPNo-opTrafficListener.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidread(Command inboundCommand)Notified for each inboundCommand.voidwrite(Command outboundCommand)Notified for each outboundCommand.
-
-
-
Field Detail
-
NO_OP
static final TrafficListener NO_OP
No-opTrafficListener.
-
-