Package org.springframework.shell.boot
Interface ComponentFlowCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface that can be used to customize a
ComponentFlow.Builder.- Author:
- Janne Valkealahti
-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.springframework.shell.component.flow.ComponentFlow.Builder componentFlowBuilder) Callback to customize aComponentFlow.Builderinstance.
-
Method Details
-
customize
void customize(org.springframework.shell.component.flow.ComponentFlow.Builder componentFlowBuilder) Callback to customize aComponentFlow.Builderinstance.- Parameters:
componentFlowBuilder- the component flow builder to customize
-