public static class PubsubFileInjector.Bound extends DoFn<String,Void>
DoFn.Context, DoFn.ProcessContext, DoFn.RequiresWindowAccess| Modifier and Type | Field and Description |
|---|---|
com.google.api.services.pubsub.Pubsub |
pubsub |
| Constructor and Description |
|---|
Bound(String outputTopic,
String timestampLabelKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
processElement(DoFn.ProcessContext c) |
void |
startBundle(DoFn.Context context) |
createAggregator, createAggregator, finishBundle, getAllowedTimestampSkew, getInputTypeDescriptor, getOutputTypeDescriptor, populateDisplayDatapublic void startBundle(DoFn.Context context)
startBundle in class DoFn<String,Void>public void processElement(DoFn.ProcessContext c) throws IOException
processElement in class DoFn<String,Void>IOException