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 ErrorOnWriteListenerConnectionFactory.errorOnWriteListenerListener 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 TypeMethodDescriptionvoidConnectionFactory.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 ErrorOnWriteListenerAMQConnection.errorOnWriteListenerprivate ErrorOnWriteListenerConnectionParams.errorOnWriteListenerMethods in com.rabbitmq.client.impl that return ErrorOnWriteListenerMethods in com.rabbitmq.client.impl with parameters of type ErrorOnWriteListenerModifier and TypeMethodDescriptionvoidConnectionParams.setErrorOnWriteListener(ErrorOnWriteListener errorOnWriteListener)