Modules

Classes

X2DataError
X2SyntaxError
X2UsageError
BasicDBDriver
DBOExecutionContext
ResultSetParser
ValidationErrors
BasicAuthenticator
BearerAuthenticator
CachingActorsRegistry
JWTAuthenticator
CollectionResourceHandler
IndividualResourceHandler

Mixins

PropertiesContainerWithDBOs
PropertyDescriptorWithDBOs
RecordTypeDescriptorWithDBOs
PropertyDescriptorWithRSParser
PropertyDescriptorWithValidators
RecordTypeDescriptorWithValidators
HandlerExtension

Events


begin

Transaction start event. Fired upon successful transaction start.
Type: string

commit

Transaction commit event. Fired upon successful transaction commit.
Type: string

rollback

Transaction rollback event. Fired upon transaction rollback, whether the rollback was successful or not. If the rollback was unsuccessful, the event listener receives the rollback error.
Type: string

shutdown

Application shutdown event. Fired after all active HTTP connections have completed.
Type: string

shuttingdown

Application shutdown initiation event. Fired when the application has stopped accepting new connections but has not completed the shutdown yet (active HTTP connections may still be open).
Type: string