Package io.temporal.internal.replay
Class ReplayWorkflowContext.ScheduleActivityTaskOutput
- java.lang.Object
-
- io.temporal.internal.replay.ReplayWorkflowContext.ScheduleActivityTaskOutput
-
- Enclosing interface:
- ReplayWorkflowContext
public static class ReplayWorkflowContext.ScheduleActivityTaskOutput extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ScheduleActivityTaskOutput(java.lang.String activityId, Functions.Proc1<java.lang.Exception> cancllationHandle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getActivityId()
Functions.Proc1<java.lang.Exception>
getCancellationHandle()
-
-
-
Constructor Detail
-
ScheduleActivityTaskOutput
public ScheduleActivityTaskOutput(java.lang.String activityId, Functions.Proc1<java.lang.Exception> cancllationHandle)
-
-
Method Detail
-
getActivityId
public java.lang.String getActivityId()
-
getCancellationHandle
public Functions.Proc1<java.lang.Exception> getCancellationHandle()
-
-