Package org.springframework.shell.boot
Interface NonInteractiveShellRunnerCustomizer
- 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 implemented by beans wishing to customize the
 auto-configured 
NonInteractiveShellRunner.- Since:
 - 2.1.0
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(NonInteractiveShellRunner shellRunner) Customize theNonInteractiveShellRunner. 
- 
Method Details
- 
customize
Customize theNonInteractiveShellRunner.- Parameters:
 shellRunner- the non-interactive shell runner to customize
 
 -