Annotation Interface DoFn.StartBundle

Enclosing class:
DoFn<InputT extends @Nullable Object,OutputT extends @Nullable Object>

@Documented @Retention(RUNTIME) @Target(METHOD) public static @interface DoFn.StartBundle
Annotation for the method to use to prepare an instance for processing a batch of elements. The method annotated with this must satisfy the following constraints: