Interface | Description |
---|---|
CoreFactory |
Factory to create various objects for API interfaces.
|
ErrorStatus |
An
ErrorStatus is used by ServiceException to identify certain error types. |
EventContext |
The
EventContext provides information about the event that is emitted via Service.emit(EventContext) . |
Service | |
ServiceCatalog |
The
ServiceCatalog provides access to the Service instances and their consumption API. |
ServiceExceptionUtils |
Helper methods for creating (localized) messages in
ServiceException . |
Class | Description |
---|---|
ServiceDelegator |
Enum | Description |
---|---|
ErrorStatuses |
This enum implements
ErrorStatus , which is the interface required by
ServiceException . |
Exception | Description |
---|---|
ServiceException |
ServiceException is the central unchecked exception thrown by the framework and Handler when an error occurs during event processing via Service.emit(EventContext)
It extends RuntimeException with an ErrorStatus , which indicates an internal error code and a mapping to an HTTP status code. |
Annotation Type | Description |
---|---|
EventName |
Annotation to be used on class level to specify the event which matches the interface of a deviated
EventContext . |
Copyright © 2022. All rights reserved.