public interface OrderedLifecycleComponent
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
init() |
void init() throws java.lang.Exception
java.lang.Exception - Implementations are free to narrow the exception
or even not throw anything.void close()
throws java.lang.Exception
java.lang.Exception - Implementations are free to narrow the exception
or even not throw anything.Copyright © 2020. All Rights Reserved.