Interface Stoppable.UncheckedStoppable

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

public static interface Stoppable.UncheckedStoppable extends Stoppable
See Stoppable without any checked exception being declared.
  • Method Details

    • stop

      void stop()
      Stops the component. Same as Stoppable.stop() without any checked exception being declared.
      Specified by:
      stop in interface Stoppable