Interface Startable.UncheckedStartable
- All Superinterfaces:
Startable
- All Known Subinterfaces:
LifecycleComponent.UncheckedLifecycleComponent
- Enclosing interface:
Startable
-
Nested Class Summary
Nested classes/interfaces inherited from interface Startable
Startable.StartAutomaton, Startable.StartBuilder<B>, Startable.UncheckedStartable -
Method Summary
Methods inherited from interface Startable
startUnchecked
-
Method Details
-
start
void start()Starts the component. Same asStartable.start()without any checked exception being declared.
-