Interface WorkflowMethodThreadNameStrategy


  • public interface WorkflowMethodThreadNameStrategy
    • Field Detail

      • WORKFLOW_MAIN_THREAD_PREFIX

        static final java.lang.String WORKFLOW_MAIN_THREAD_PREFIX
        See Also:
        Constant Field Values
    • Method Detail

      • createThreadName

        @Nonnull
        java.lang.String createThreadName​(@Nonnull
                                          io.temporal.api.common.v1.WorkflowExecution workflowExecution)