Class ExternalRead
java.lang.Object
org.apache.beam.sdk.io.gcp.pubsub.ExternalRead
- All Implemented Interfaces:
- ExternalTransformRegistrar
@AutoService(ExternalTransformRegistrar.class)
public final class ExternalRead
extends Object
implements ExternalTransformRegistrar
Exposes 
PubsubIO.Read as an external transform for cross-language usage.- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic classParameters class to expose the transform to an external SDK.static class
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionMap<String, Class<? extends ExternalTransformBuilder<?, ?, ?>>> A mapping from URN to anExternalTransformBuilderclass.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.beam.sdk.expansion.ExternalTransformRegistrarknownBuilderInstances
- 
Field Details- 
URN- See Also:
 
 
- 
- 
Constructor Details- 
ExternalReadpublic ExternalRead()
 
- 
- 
Method Details- 
knownBuildersDescription copied from interface:ExternalTransformRegistrarA mapping from URN to anExternalTransformBuilderclass.- Specified by:
- knownBuildersin interface- ExternalTransformRegistrar
 
 
-