Class LegacyEmitterImpl<T>
- java.lang.Object
-
- io.smallrye.reactive.messaging.providers.extension.LegacyEmitterImpl<T>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomplete()voiderror(Exception e)booleanisCancelled()booleanisRequested()Emitter<T>send(T msg)
-
-
-
Method Detail
-
isCancelled
public boolean isCancelled()
- Specified by:
isCancelledin interfaceEmitter<T>
-
isRequested
public boolean isRequested()
- Specified by:
isRequestedin interfaceEmitter<T>
-
-