Package io.temporal.nexus
Interface SynchronousWorkflowClientOperationFunction<T,R>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface SynchronousWorkflowClientOperationFunction<T,R>Function interface forWorkflowClientOperationHandlers.sync(io.temporal.nexus.SynchronousWorkflowClientOperationFunction<T, R>)representing a call made for every operation call that takes aWorkflowClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(io.nexusrpc.handler.OperationContext ctx, io.nexusrpc.handler.OperationStartDetails details, WorkflowClient client, T input)
-
-
-
Method Detail
-
apply
@Nullable R apply(io.nexusrpc.handler.OperationContext ctx, io.nexusrpc.handler.OperationStartDetails details, WorkflowClient client, @Nullable T input) throws io.nexusrpc.OperationUnsuccessfulException
- Throws:
io.nexusrpc.OperationUnsuccessfulException
-
-