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
Fields in com.rabbitmq.client declared as ErrorOnWriteListenerModifier and TypeFieldDescriptionprivate ErrorOnWriteListener
ConnectionFactory.errorOnWriteListener
Listener called when a connection gets an IO error trying to write on the socket.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
Fields in com.rabbitmq.client.impl declared as ErrorOnWriteListenerModifier and TypeFieldDescriptionprivate final ErrorOnWriteListener
AMQConnection.errorOnWriteListener
private ErrorOnWriteListener
ConnectionParams.errorOnWriteListener
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)