Package io.temporal.nexus
-
Interface Summary Interface Description NexusOperationContext Context object passed to a Nexus operation implementation.SynchronousWorkflowClientOperationFunction<T,R> Function interface forWorkflowClientOperationHandlers.sync(io.temporal.nexus.SynchronousWorkflowClientOperationFunction<T, R>)representing a call made for every operation call that takes aWorkflowClient.WorkflowHandleFactory<T,R> Function interface forWorkflowClientOperationHandlers.fromWorkflowHandle(WorkflowHandleFactory)representing the workflow to associate with each operation call.WorkflowMethodFactory<T,R> Function interface forWorkflowClientOperationHandlers.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 OperationsWorkflowClientOperationHandlers WorkflowClientOperationHandlers can be used to create Temporal specific OperationHandlersWorkflowHandle<R> WorkflowHandle is a readonly representation of a workflow run backing a Nexus operation.