Package com.rabbitmq.client
Interface BlockedListener
-
public interface BlockedListener
Implement this interface in order to be notified of connection block and unblock events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleBlocked(String reason)
void
handleUnblocked()
-
-
-
Method Detail
-
handleBlocked
void handleBlocked(String reason) throws IOException
- Throws:
IOException
-
handleUnblocked
void handleUnblocked() throws IOException
- Throws:
IOException
-
-