Class: EmbeddedEventService

(protected) EmbeddedEventService(eventSink)

Base class representing the event service provided by a Container.

Constructor

(protected) new EmbeddedEventService(eventSink)

Constructor.

Parameters:
Name Type Description
eventSink EventEmitter

the event emitter

Source:

Methods

transactionCommit() → {Promise}

Emit the events stored in eventBuffer

Source:
Returns:

A promise that will be resolved when complete, or rejected
with an error.

Type
Promise