Package io.temporal.workflow
Annotation Type QueryMethod
-
@Retention(RUNTIME) @Target(METHOD) public @interface QueryMethodIndicates that the method is a query method. Query method can be used to query a workflow state by external process at any time during its execution. This annotation applies only to workflow interface methods.Query methods must never change any workflow state including starting activities or block threads in any way.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringnameName of the query type.
-