Interface EventEmitterProvider
public interface EventEmitterProvider
A plugin interface to allow service or library to create
EventEmitter-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionCreate an EventEmitter and configure with properties received from EventEmitterProvider constructor Note: It is possible that the EventEmitter object may change, do not try to cache this reference
-
Field Details
-
DEFAULT
-
-
Method Details
-
eventEmitter
EventEmitter eventEmitter()Create an EventEmitter and configure with properties received from EventEmitterProvider constructor Note: It is possible that the EventEmitter object may change, do not try to cache this reference- Returns:
-