public interface RepositorySystemLifecycle
Modifier and Type | Method and Description |
---|---|
void |
addOnSystemEndedHandler(java.lang.Runnable handler)
Registers an "on repository system end" handler.
|
void |
systemEnded()
Marks the repository system as ended (shut down): all "on close" handlers will be invoked.
|
void systemEnded()
void addOnSystemEndedHandler(java.lang.Runnable handler)
Throws if repository system is already shut down.