Package io.temporal.nexus
-
Interface Summary Interface Description NexusOperationContext Context object passed to a Nexus operation implementation.NexusOperationInfo Temporal information about the Nexus Operation.WorkflowHandleFactory<T,R> Function interface forWorkflowRunOperation.fromWorkflowHandle(WorkflowHandleFactory)representing the workflow to associate with each operation call.WorkflowMethodFactory<T,R> Function interface forWorkflowRunOperation.fromWorkflowMethod(WorkflowMethodFactory)representing the workflow method to invoke for every operation call. -
Class Summary Class Description Nexus This class contains methods exposing Temporal APIs for Nexus OperationsWorkflowHandle<R> WorkflowHandle is a readonly representation of a workflow run backing a Nexus operation.WorkflowRunOperation WorkflowRunOperation can be used to map a workflow run to a Nexus operation