public interface EventEmitterManager
Modifier and Type | Method and Description |
---|---|
EventEmitter |
getEmitter(java.lang.String producerId)
Returns an
EventEmitter instance mapped to a given producerId. |
EventEmitter getEmitter(java.lang.String producerId)
EventEmitter
instance mapped to a given producerId. In theory this mechanism should allow different users
to have and use different EventEmitter instancesproducerId
- A unique event producer identifierEventEmitter
mapped to the producerId