Class TwitchModuleConnectionPool<C,X,Y,Z,B>

Type Parameters:
B - the builder of the connection
All Implemented Interfaces:
TransactionalSubscriber<X,Y,Z>, AutoCloseable

public abstract class TwitchModuleConnectionPool<C,X,Y,Z,B> extends SubscriptionConnectionPool<C,X,Y,Z>
Adds common configuration options for subscription-based connection pools built around instances of T4J modules.

A pool of connections for making subscriptions (and potentially unsubscribing from later).