Class EventDispatcher


  • @ApplicationScoped
    public class EventDispatcher
    extends Object
    An application-scope component that is responsible for observing ExportedEvent events and when detected, persists those events to the underlying database allowing Debezium to then capture and emit those change events.
    Author:
    Chris Cranford