Package io.temporal.activity
-
Interface Summary Interface Description ActivityExecutionContext Context object passed to an Activity implementation.ActivityInfo Information about the Activity Task that the current Activity Execution is handling.DynamicActivity Use DynamicActivity to implement any number of activity types dynamically.ManualActivityCompletionClient This client is attached to a specific activity execution and let user report completion (successful, failed or confirm cancellation) and perform heartbeats. -
Class Summary Class Description Activity An Activity is the implementation of a particular task in the business logic.ActivityOptions Options used to configure how an activity is invoked.ActivityOptions.Builder LocalActivityOptions Options used to configure how a local Activity is invoked.LocalActivityOptions.Builder -
Enum Summary Enum Description ActivityCancellationType In case of an activity's call scope cancellation the corresponding activity stub call fails with aCanceledFailure
. -
Annotation Types Summary Annotation Type Description ActivityInterface Indicates that an interface is an activity interface.ActivityMethod Indicates that the method is an Activity method.