Class LegacyEmitterImpl<T>

java.lang.Object
io.smallrye.reactive.messaging.providers.extension.LegacyEmitterImpl<T>
Type Parameters:
T - the type of payload or message
All Implemented Interfaces:
Emitter<T>, EmitterType, MessagePublisherProvider<T>

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