Package akka.javasdk.client
Interface WorkflowClient
@DoNotInherit
public interface WorkflowClient
Not for user extension
-
Method Summary
Modifier and TypeMethodDescription<T,
R> ComponentMethodRef <R> method
(akka.japi.function.Function<T, Workflow.Effect<R>> methodRef) Pass in a Workflow method reference annotated as a REST endpoint, e.g.<T,
A1, R> ComponentMethodRef1 <A1, R> method
(akka.japi.function.Function2<T, A1, Workflow.Effect<R>> methodRef) Pass in a Workflow method reference annotated as a REST endpoint, e.g.
-
Method Details
-
method
Pass in a Workflow method reference annotated as a REST endpoint, e.g.MyWorkflow::start
-
method
<T,A1, ComponentMethodRef1<A1,R> R> method(akka.japi.function.Function2<T, A1, Workflow.Effect<R>> methodRef) Pass in a Workflow method reference annotated as a REST endpoint, e.g.MyWorkflow::start
-