Package io.temporal.internal.sync
Interface WorkflowMethodThreadNameStrategy
-
public interface WorkflowMethodThreadNameStrategy
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
WORKFLOW_MAIN_THREAD_PREFIX
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
createThreadName(io.temporal.api.common.v1.WorkflowExecution workflowExecution)
-
-
-
Field Detail
-
WORKFLOW_MAIN_THREAD_PREFIX
static final java.lang.String WORKFLOW_MAIN_THREAD_PREFIX
- See Also:
- Constant Field Values
-
-