Interface StartupActions

All Known Implementing Classes:
StartupActions.Default

public interface StartupActions
  • Nested Class Summary

    Nested Classes
    Modifier and Type Interface Description
    static class  StartupActions.Default  
    static class  StartupActions.Feature  
  • Method Summary

    Modifier and Type Method Description
    StartupActions add​(io.vavr.CheckedRunnable action)  
  • Method Details