All Classes and Interfaces
Class
Description
Base class for any platform event.
Base class for any event body.
Base class for any event parser.
Scheduled event base class.
Base contract for platform events.
The contract to implement by any event parser that is going to be registered into the
EventParserManager.This components maintains a Event Parser registry and publishes a method (see
EventParserManager.findParser(JsonNode) to retrieve the proper parser for a
given json.A configuration bean of this class is automatically created during spring boot application startup.
A configuration bean of this class is automatically created during spring boot application startup.
Schedule events parser.
Scheduled Task Trigger event.