Package akka.javasdk.workflow
Interface Workflow.WithInput<I,R>
- All Known Implementing Classes:
Workflow.RecoverStrategy.RecoveryInput
public static interface Workflow.WithInput<I,R>
Represents an operation that accepts an input of type I and produces a result of type R. This
is used by internal builders accepting
Function2
-
Method Summary
-
Method Details
-
withInput
-