Class LegacyEmitterImpl<T>

  • Type Parameters:
    T - the type of payload or message
    All Implemented Interfaces:
    Emitter<T>

    public class LegacyEmitterImpl<T>
    extends Object
    implements Emitter<T>
    Implementation of the old (legacy) Emitter interface. This implementation delegates to the new implementation.