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.

@FunctionalInterface public interface ComponentFlowCustomizer
Callback interface that can be used to customize a ComponentFlow.Builder.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(org.springframework.shell.component.flow.ComponentFlow.Builder componentFlowBuilder)
    Callback to customize a ComponentFlow.Builder instance.
  • Method Details

    • customize

      void customize(org.springframework.shell.component.flow.ComponentFlow.Builder componentFlowBuilder)
      Callback to customize a ComponentFlow.Builder instance.
      Parameters:
      componentFlowBuilder - the component flow builder to customize