Interface PostCommitEventListener

    • Method Detail

      • handleEvent

        void handleEvent​(EventBundle events)
        Handles the set of events that were raised during the life of an user operation.

        The events are fired as a BundleEvent after the transaction is committed.

        Parameters:
        events - the events to handle