Interface Workflow.WithInput<I,R>

All Known Implementing Classes:
Workflow.RecoverStrategy.RecoveryInput
Enclosing class:
Workflow<S>

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

    Modifier and Type
    Method
    Description
    withInput(I input)
     
  • Method Details

    • withInput

      R withInput(I input)