Interface Startable.UncheckedStartable

All Superinterfaces:
Startable
All Known Subinterfaces:
LifecycleComponent.UncheckedLifecycleComponent
Enclosing interface:
Startable

public static interface Startable.UncheckedStartable extends Startable
See Startable without any checked exception being declared.
  • Method Details

    • start

      void start()
      Starts the component. Same as Startable.start() without any checked exception being declared.
      Specified by:
      start in interface Startable