Interface StepResourceBuilder.Supplier<T>
- Type Parameters:
T
- type of the step resource
- Enclosing interface:
- StepResourceBuilder<T>
public static interface StepResourceBuilder.Supplier<T>
- Since:
- 2.0.0
-
Method Summary
Modifier and TypeMethodDescriptionwithSupplier
(Function<StepResourceContext, T> supplier) Configures the supplier for the step resource.
-
Method Details
-
withSupplier
Configures the supplier for the step resource.- Parameters:
supplier
- callback that returns an object of the step resource type- Returns:
- Builder of step resource type
-