Class RequestManagers

java.lang.Object
org.apache.kafka.clients.consumer.internals.RequestManagers
All Implemented Interfaces:
Closeable, AutoCloseable

public class RequestManagers extends Object implements Closeable
RequestManagers provides a means to pass around the set of RequestManager instances in the system. This allows callers to both use the specific RequestManager instance, or to iterate over the list via the entries() method.