| Modifier and Type | Method | Description |
|---|---|---|
B |
withStart() |
Builder method for the
Startable.start() method. |
default B |
withStartUnchecked() |
Starts the component by calling
withStart() without you to
require catching an StartException. |
B withStart() throws StartException
Startable.start() method.StartException - Thrown in case starting fails.default B withStartUnchecked()
withStart() without you to
require catching an StartException.StartException.StartRuntimeException - encapsulates the cause and is thrown
upon encountering a StartException exceptionCopyright © 2018. All rights reserved.