Interface ManagedFactory<T extends java.lang.AutoCloseable>
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Serializable
- All Known Implementing Classes:
ManagedFactoryImpl
public interface ManagedFactory<T extends java.lang.AutoCloseable> extends java.lang.AutoCloseable, java.io.SerializableA ManagedFactory produces instances and tears down any produced instances when it is itself closed.close() should never be called on produced instances.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tcreate(SubscriptionPartition subscriptionPartition)
-
-
-
Method Detail
-
create
T create(SubscriptionPartition subscriptionPartition)
-
-