Class EmitterImpl<T>

  • Type Parameters:
    T - the type of payload sent by the emitter.
    All Implemented Interfaces:
    Emitter<T>

    public class EmitterImpl<T>
    extends AbstractEmitter<T>
    implements Emitter<T>
    Implementation of the emitter pattern.