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