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 TypeMethodDescriptionvoidclose()create(SubscriptionPartition subscriptionPartition)  
- 
Method Details
- 
create
- Specified by:
 createin interfaceManagedFactory<T extends AutoCloseable>
 - 
close
- Specified by:
 closein interfaceAutoCloseable- Throws:
 Exception
 
 -