Package io.smallrye.reactive.messaging.annotations
-
Interface Summary Interface Description Emitter<T> Deprecated. UseEmitter
instead. -
Enum Summary Enum Description ConnectorAttribute.Direction Merge.Mode OnOverflow.Strategy The back pressure strategy. -
Annotation Types Summary Annotation Type Description Blocking Identifies that a particular method performs blocking operations, and as such should be executed on separate worker.Broadcast Configure if the annotated publisher should dispatch the messages to several subscribers.Channel Deprecated. UseChannel
instead.ConnectorAttribute Annotation used to declare an attribute on the connector.ConnectorAttributes This class is used to allow multipleConnectorAttribute
declarations.Incomings This class is used to allow multipleIncoming
declarations.Merge Temporary annotation - must be copied to spec.OnOverflow Deprecated. UseOnOverflow
instead