Package io.temporal.internal.replay
Interface ReplayAware
-
- All Known Subinterfaces:
ReplayWorkflowContext
public interface ReplayAware
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isReplaying()
true
indicates if workflow is replaying already processed events to reconstruct it state.
-