Uses of Interface
com.rabbitmq.client.impl.ErrorOnWriteListener
Packages that use ErrorOnWriteListener
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 ErrorOnWriteListener in com.rabbitmq.client
Methods in com.rabbitmq.client with parameters of type ErrorOnWriteListenerModifier and TypeMethodDescriptionvoid
ConnectionFactory.setErrorOnWriteListener
(ErrorOnWriteListener errorOnWriteListener) Set a listener to be called when connection gets an IO error trying to write on the socket. -
Uses of ErrorOnWriteListener in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return ErrorOnWriteListenerMethods in com.rabbitmq.client.impl with parameters of type ErrorOnWriteListenerModifier and TypeMethodDescriptionvoid
ConnectionParams.setErrorOnWriteListener
(ErrorOnWriteListener errorOnWriteListener)