Interface | Description |
---|---|
ActivityTask |
The information about the activity task that the current activity is handling.
|
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 Type | Description |
---|---|
ActivityMethod |
Indicates that the method is an activity method.
|