public interface

FlowListener

com.rabbitmq.client.FlowListener

Class Overview

Implement this interface in order to be notified of Channel.Flow events.

Summary

Public Methods
abstract void handleFlow(boolean active)

Public Methods

public abstract void handleFlow (boolean active)

Throws
IOException