Package com.rabbitmq.client
Interface BlockedListener
-
public interface BlockedListenerImplement this interface in order to be notified of connection block and unblock events. For a lambda-oriented syntax, useBlockedCallbackandUnblockedCallback.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleBlocked(java.lang.String reason)voidhandleUnblocked()
-