@Internal public interface OnTimerInvoker<InputT,OutputT>
DoFn.OnTimer method for a particular timer.| Modifier and Type | Method and Description |
|---|---|
void |
invokeOnTimer(DoFnInvoker.ArgumentProvider<InputT,OutputT> extra)
Invoke the
DoFn.OnTimer method in the provided context. |
void invokeOnTimer(DoFnInvoker.ArgumentProvider<InputT,OutputT> extra)
DoFn.OnTimer method in the provided context.