Class ActivityRequestedAsyncCompletion
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.temporal.testing.ActivityRequestedAsyncCompletion
- All Implemented Interfaces:
Serializable
Exception thrown when an activity request to complete asynchronously in the
TestActivityEnvironment. Intended to be used in unit tests to assert an activity requested async
completion.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionActivityRequestedAsyncCompletion(String activityId, boolean manualCompletion) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ActivityRequestedAsyncCompletion
-
-
Method Details
-
getActivityId
-
isManualCompletion
public boolean isManualCompletion()
-