Interface | Description |
---|---|
Retryer.RetryableFunc<R,E extends java.lang.Throwable> | |
Retryer.RetryableProc<E extends java.lang.Throwable> | |
ThrowableFunc1<T,R,E extends java.lang.Throwable> |
Class | Description |
---|---|
AsyncBackoffThrottler |
Used to throttle code execution in presence of failures using exponential backoff logic.
|
BackoffThrottler |
Used to throttle code execution in presence of failures using exponential backoff logic.
|
InternalUtils |
Utility functions shared by the implementation code.
|
LambdaUtils | |
LocalActivityMarkerData | |
LocalActivityMarkerData.Builder | |
OptionsUtils | |
Retryer | |
RetryParameters | |
SignalWithStartWorkflowExecutionParameters | |
StartWorkflowExecutionParameters | |
TerminateWorkflowExecutionParameters | |
WorkflowExecutionUtils |
Convenience methods to be used by unit tests and during development.
|
Exception | Description |
---|---|
CheckedExceptionWrapper |
Do not reference directly by the application level code.
|
WorkflowExecutionFailedException |
Framework level exception.
|