Interface BundleCheckpointHandler
-
- All Known Implementing Classes:
BundleCheckpointHandlers.StateAndTimerBundleCheckpointHandler
public interface BundleCheckpointHandlerA handler which is invoked when the SDK returnsBeamFnApi.DelayedBundleApplications as part of the bundle completion.These bundle applications must be resumed otherwise data loss will occur.
See breaking the fusion barrier for further details.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonCheckpoint(org.apache.beam.model.fnexecution.v1.BeamFnApi.ProcessBundleResponse response)
-