Interface | Description |
---|---|
MicroService.EventListener |
Listens for a specific event emitted by the MicroService
|
MicroService.ServiceErrorListener |
Listens for any errors that may cause the MicroService to shut down unexpectedly.
|
MicroService.ServiceExitListener |
Listens for when the MicroService has exited gracefully.
|
MicroService.ServiceStartListener |
Listens for when the MicroService has been inititialized and the environment is ready
to receive event listeners.
|
Surface |
A Surface is a UI interaction layer with a MicroService.
|
Synchronizer |
The Synchronizer is used by a MicroService.ServiceStartListener to synchronize
asynchronous init.
|
Class | Description |
---|---|
LiquidView |
LiquidView exposes a MicroService through a UI.
|
MicroService |
A MicroService is the basic building block of LiquidCore.
|
Exception | Description |
---|