java.lang.Object
io.smallrye.reactive.messaging.providers.extension.AbstractEmitter<T>
io.smallrye.reactive.messaging.providers.extension.EmitterImpl<T>
Type Parameters:
T - the type of payload sent by the emitter.
All Implemented Interfaces:
MessagePublisherProvider<T>, Emitter<T>

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