Class ExternalWrite
java.lang.Object
org.apache.beam.sdk.io.gcp.pubsub.ExternalWrite
- All Implemented Interfaces:
 ExternalTransformRegistrar
@AutoService(ExternalTransformRegistrar.class)
public final class ExternalWrite
extends Object
implements ExternalTransformRegistrar
Exposes 
PubsubIO.Write as an external transform for cross-language usage.- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classParameters class to expose the transform to an external SDK.static classstatic class - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionMap<String, Class<? extends ExternalTransformBuilder<?, ?, ?>>> A mapping from URN to anExternalTransformBuilderclass.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.beam.sdk.expansion.ExternalTransformRegistrar
knownBuilderInstances 
- 
Field Details
- 
URN
- See Also:
 
 
 - 
 - 
Constructor Details
- 
ExternalWrite
public ExternalWrite() 
 - 
 - 
Method Details
- 
knownBuilders
Description copied from interface:ExternalTransformRegistrarA mapping from URN to anExternalTransformBuilderclass.- Specified by:
 knownBuildersin interfaceExternalTransformRegistrar
 
 -