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
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
customize
(ComponentFlow.Builder componentFlowBuilder) Callback to customize aComponentFlow.Builder
instance.
-
Method Details
-
customize
Callback to customize aComponentFlow.Builder
instance.- Parameters:
componentFlowBuilder
- the component flow builder to customize
-