Package org.apache.beam.sdk.transforms
Annotation Interface DoFn.TimerFamily
@Documented
@Retention(RUNTIME)
@Target({FIELD,PARAMETER})
public static @interface DoFn.TimerFamily
Parameter annotation for the TimerMap for a
DoFn.ProcessElement
method.-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe TimerMap tag ID.
-