Interface | Description |
---|---|
ActivityInfoInternal |
An extension for
ActivityInfo with information about the activity task that the current
activity is handling that should be available for Temporal SDK, but shouldn't be available or
exposed to Activity implementation code. |
AsyncInternal.AsyncMarker | |
StubMarker |
Interface that stub created through
Workflow.newChildWorkflowStub(Class) implements. |
Class | Description |
---|---|
ActivityInternal | |
ActivityInvocationHandler | |
ActivityInvocationHandlerBase |
Dynamic implementation of a strongly typed activity interface.
|
AsyncInternal |
Contains support for asynchronous invocations.
|
CompletionAwareManualCompletionClient | |
DeterministicRunnerWrapper | |
LocalActivityInvocationHandler | |
LocalActivityStubImpl | |
POJOActivityTaskHandler | |
RunnerLocalInternal<T> | |
SyncActivityWorker |
Activity worker that supports POJO activity implementations.
|
SyncWorkflowWorker |
Workflow worker that supports POJO workflow implementations.
|
WorkflowClientInternal | |
WorkflowInternal |
Never reference directly.
|
WorkflowThreadLocalInternal<T> |
Exception | Description |
---|---|
PotentialDeadlockException |
A workflow tasks are allowed to execute only some limited amount of time without interruption.
|
Error | Description |
---|---|
WorkflowRejectedExecutionError |