Package io.temporal.internal.sync
Interface StubMarker
-
public interface StubMarkerInterface that stub created throughWorkflow.newChildWorkflowStub(Class)implements. Do not implement or use this interface in any application code. UseWorkflow.getWorkflowExecution(Object)to accessWorkflowExecutionout of a workflow stub.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringGET_UNTYPED_STUB_METHOD
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object__getUntypedStub()
-
-
-
Field Detail
-
GET_UNTYPED_STUB_METHOD
static final java.lang.String GET_UNTYPED_STUB_METHOD
- See Also:
- Constant Field Values
-
-