| Interface | Description |
|---|---|
| EventService |
The runtime event service.
|
| Fabric3Event |
Represents a runtime event
|
| Fabric3EventListener<T extends Fabric3Event> |
Implementations are notified of runtime events after they have subscribed with the
EventService for a particular event type or types. |
| Class | Description |
|---|---|
| ExtensionsInitialized |
Signals when runtime extensions are initialized.
|
| JoinDomain |
Signals when a runtime enters the join domain phase of its bootstrap process.
|
| JoinDomainCompleted |
Signals that a domain finished the join domain phase.
|
| RuntimeDestroyed |
Signals when the runtime instance has been destroyed.
|
| RuntimeRecover |
Signals when a runtime enters the recover phase of its bootstrap process.
|
| RuntimeStart |
Fired when the runtime has been initialized and components prepared.
|
| RuntimeStop |
Signals when request processing has stopped and the runtime is being taken offline.
|
| TransportStart |
Signals transports should start receiving requests.
|
| TransportStop |
Signals transports should stop receiving requests.
|