@FunctionalInterface
public static interface DoFn.BundleFinalizer.Callback
Note that this function should maintain all state necessary outside of a DoFn's context to be able to perform bundle finalization and should not rely on mutable state stored within a DoFn instance.
Modifier and Type | Method and Description |
---|---|
void |
onBundleSuccess() |