Class ManagedFactoryImpl<T extends AutoCloseable>
java.lang.Object
org.apache.beam.sdk.io.gcp.pubsublite.internal.ManagedFactoryImpl<T>
- All Implemented Interfaces:
Serializable
,AutoCloseable
,ManagedFactory<T>
public class ManagedFactoryImpl<T extends AutoCloseable>
extends Object
implements ManagedFactory<T>
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
create
(SubscriptionPartition subscriptionPartition)
-
Method Details
-
create
- Specified by:
create
in interfaceManagedFactory<T extends AutoCloseable>
-
close
- Specified by:
close
in interfaceAutoCloseable
- Throws:
Exception
-