Package com.uber.cadence.activity
-
Interface Summary Interface Description ActivityTask The information about the activity task that the current activity is handling. -
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 an local activity is invoked.LocalActivityOptions.Builder -
Annotation Types Summary Annotation Type Description ActivityMethod Indicates that the method is an activity method.