Skip navigation links
A B C D E F G I M N O P R S U V W 

A

ack() - Method in interface org.eclipse.microprofile.reactive.messaging.Message
Acknowledge this message.
Acknowledgment - Annotation Type in org.eclipse.microprofile.reactive.messaging
Configure the acknowledgement policy for the given @Incoming.
Acknowledgment.Strategy - Enum in org.eclipse.microprofile.reactive.messaging
 
addMetadata(Object) - Method in interface org.eclipse.microprofile.reactive.messaging.Message
Creates a new instance of Message with the current metadata, plus the given one.

B

Blocking - Annotation Type in io.smallrye.reactive.messaging.annotations
Identifies that a particular method performs blocking operations, and as such should be executed on separate worker.
Broadcast - Annotation Type in io.smallrye.reactive.messaging.annotations
Configure if the annotated publisher should dispatch the messages to several subscribers.

C

Channel - Annotation Type in io.smallrye.reactive.messaging.annotations
Deprecated.
Use Channel instead.
Channel - Annotation Type in org.eclipse.microprofile.reactive.messaging
This qualifier indicates which channel should be injected / populated.
CHANNEL_NAME_ATTRIBUTE - Static variable in interface org.eclipse.microprofile.reactive.messaging.spi.ConnectorFactory
The channel-name attribute name.
ChannelRegistar - Interface in io.smallrye.reactive.messaging
 
ChannelRegistry - Interface in io.smallrye.reactive.messaging
 
complete() - Method in interface io.smallrye.reactive.messaging.annotations.Emitter
Deprecated.
Completes the stream.
complete() - Method in interface org.eclipse.microprofile.reactive.messaging.Emitter
Sends the completion event to the channel indicating that no other events will be sent afterward.
Connector - Annotation Type in org.eclipse.microprofile.reactive.messaging.spi
Qualifier used on connector implementations to indicate the associated underlying transport.
CONNECTOR_ATTRIBUTE - Static variable in interface org.eclipse.microprofile.reactive.messaging.spi.ConnectorFactory
The connector attribute name.
CONNECTOR_PREFIX - Static variable in interface org.eclipse.microprofile.reactive.messaging.spi.ConnectorFactory
Prefix used in the MicroProfile Config to configure properties shared by all the channels associated with a specific connector.
ConnectorAttribute - Annotation Type in io.smallrye.reactive.messaging.annotations
Annotation used to declare an attribute on the connector.
ConnectorAttribute.Direction - Enum in io.smallrye.reactive.messaging.annotations
 
ConnectorAttributes - Annotation Type in io.smallrye.reactive.messaging.annotations
This class is used to allow multiple ConnectorAttribute declarations.
ConnectorFactory - Interface in org.eclipse.microprofile.reactive.messaging.spi
ConnectorLiteral - Class in org.eclipse.microprofile.reactive.messaging.spi
Supports inline instantiation of the Connector qualifier.
consumption() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 
copy() - Method in class org.eclipse.microprofile.reactive.messaging.Metadata
Copies the current Metadata instance.

D

DEFAULT_WORKER_POOL - Static variable in annotation type io.smallrye.reactive.messaging.annotations.Blocking
 

E

Emitter<T> - Interface in io.smallrye.reactive.messaging.annotations
Deprecated.
Use Emitter instead.
Emitter<T> - Interface in org.eclipse.microprofile.reactive.messaging
Interface used to feed a stream from an imperative piece of code.
empty() - Static method in class org.eclipse.microprofile.reactive.messaging.Metadata
Returns an empty set of metadata.
error(Exception) - Method in interface io.smallrye.reactive.messaging.annotations.Emitter
Deprecated.
Propagates an error in the stream.
error(Exception) - Method in interface org.eclipse.microprofile.reactive.messaging.Emitter
Sends a failure event to the channel.

F

from(Iterable<Object>) - Static method in class org.eclipse.microprofile.reactive.messaging.Metadata
 

G

getAck() - Method in interface org.eclipse.microprofile.reactive.messaging.Message
 
getAcknowledgment() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 
getBean() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 
getBroadcast() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 
getEmitter(String) - Method in interface io.smallrye.reactive.messaging.ChannelRegistry
 
getEmitterNames() - Method in interface io.smallrye.reactive.messaging.ChannelRegistry
 
getIncoming() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 
getIncomingNames() - Method in interface io.smallrye.reactive.messaging.ChannelRegistry
 
getInvokerClass() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
Implementation of the Invoker interface that can be used to invoke the method described by this configuration The invoker class can either have a no-arg constructor in which case it's expected to be look up the bean programmatically, or have a constructor that takes a single Object parameter - the bean to operate on
getMerge() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 
getMetadata() - Method in interface org.eclipse.microprofile.reactive.messaging.Message
 
getMetadata(Class<? extends M>) - Method in interface org.eclipse.microprofile.reactive.messaging.Message
Retrieves the metadata associated with the given class.
getMethod() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 
getNumberOfSubscriberBeforeConnecting() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 
getOutgoing() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 
getOutgoingNames() - Method in interface io.smallrye.reactive.messaging.ChannelRegistry
 
getParameterTypes() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 
getPayload() - Method in interface org.eclipse.microprofile.reactive.messaging.Message
 
getPublisherBuilder(Config) - Method in interface org.eclipse.microprofile.reactive.messaging.spi.IncomingConnectorFactory
Creates a channel for the given configuration.
getPublishers(String) - Method in interface io.smallrye.reactive.messaging.ChannelRegistry
 
getReturnType() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 
getSubscriberBuilder(Config) - Method in interface org.eclipse.microprofile.reactive.messaging.spi.OutgoingConnectorFactory
Creates a channel for the given configuration.
getSubscribers(String) - Method in interface io.smallrye.reactive.messaging.ChannelRegistry
 
getWorkerPoolName() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 

I

Incoming - Annotation Type in org.eclipse.microprofile.reactive.messaging
Used to signify a subscriber to incoming messages.
INCOMING_PREFIX - Static variable in interface org.eclipse.microprofile.reactive.messaging.spi.ConnectorFactory
Prefix used in the MicroProfile Config to configure an incoming channel.
IncomingConnectorFactory - Interface in org.eclipse.microprofile.reactive.messaging.spi
SPI used to implement a connector managing a source of messages for a specific transport.
Incomings - Annotation Type in io.smallrye.reactive.messaging.annotations
This class is used to allow multiple Incoming declarations.
initialize() - Method in interface io.smallrye.reactive.messaging.ChannelRegistar
 
invoke(Object...) - Method in interface io.smallrye.reactive.messaging.Invoker
 
Invoker - Interface in io.smallrye.reactive.messaging
 
io.smallrye.reactive.messaging - package io.smallrye.reactive.messaging
 
io.smallrye.reactive.messaging.annotations - package io.smallrye.reactive.messaging.annotations
 
isBlocking() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 
isBlockingExecutionOrdered() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 
isCancelled() - Method in interface io.smallrye.reactive.messaging.annotations.Emitter
Deprecated.
 
isCancelled() - Method in interface org.eclipse.microprofile.reactive.messaging.Emitter
 
isRequested() - Method in interface io.smallrye.reactive.messaging.annotations.Emitter
Deprecated.
 
isRequested() - Method in interface org.eclipse.microprofile.reactive.messaging.Emitter
 
iterator() - Method in class org.eclipse.microprofile.reactive.messaging.Metadata
 

M

MediatorConfiguration - Interface in io.smallrye.reactive.messaging
 
MediatorConfiguration.Consumption - Enum in io.smallrye.reactive.messaging
 
MediatorConfiguration.Production - Enum in io.smallrye.reactive.messaging
 
Merge - Annotation Type in io.smallrye.reactive.messaging.annotations
Temporary annotation - must be copied to spec.
Merge.Mode - Enum in io.smallrye.reactive.messaging.annotations
 
Message<T> - Interface in org.eclipse.microprofile.reactive.messaging
A message envelope.
Metadata - Class in org.eclipse.microprofile.reactive.messaging
Message metadata containers.
methodAsString() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 

N

NO_VALUE - Static variable in annotation type io.smallrye.reactive.messaging.annotations.ConnectorAttribute
The constant used to indicate that the attribute has no default value or no alias.

O

of(T) - Static method in interface org.eclipse.microprofile.reactive.messaging.Message
Create a message with the given payload.
of(T, Metadata) - Static method in interface org.eclipse.microprofile.reactive.messaging.Message
Create a message with the given payload and metadata.
of(T, Iterable<Object>) - Static method in interface org.eclipse.microprofile.reactive.messaging.Message
Create a message with the given payload and metadata.
of(T, Supplier<CompletionStage<Void>>) - Static method in interface org.eclipse.microprofile.reactive.messaging.Message
Create a message with the given payload and ack function.
of(T, Metadata, Supplier<CompletionStage<Void>>) - Static method in interface org.eclipse.microprofile.reactive.messaging.Message
Create a message with the given payload, metadata and ack function.
of(T, Iterable<Object>, Supplier<CompletionStage<Void>>) - Static method in interface org.eclipse.microprofile.reactive.messaging.Message
Create a message with the given payload, metadata and ack function.
of(Object...) - Static method in class org.eclipse.microprofile.reactive.messaging.Metadata
Returns an instance of Metadata containing multiple values.
of(String) - Static method in class org.eclipse.microprofile.reactive.messaging.spi.ConnectorLiteral
Creates a new instance of ConnectorLiteral.
OnOverflow - Annotation Type in io.smallrye.reactive.messaging.annotations
Deprecated.
Use OnOverflow instead
OnOverflow - Annotation Type in org.eclipse.microprofile.reactive.messaging
Allows configuring the back pressure policy on injected Emitter:
OnOverflow.Strategy - Enum in io.smallrye.reactive.messaging.annotations
Deprecated.
The back pressure strategy.
OnOverflow.Strategy - Enum in org.eclipse.microprofile.reactive.messaging
The back pressure strategy.
org.eclipse.microprofile.reactive.messaging - package org.eclipse.microprofile.reactive.messaging
IMPORTANT This package is a copy from the original package from the specification.
org.eclipse.microprofile.reactive.messaging.spi - package org.eclipse.microprofile.reactive.messaging.spi
The MicroProfile Reactive Messaging API Connector SPI
Outgoing - Annotation Type in org.eclipse.microprofile.reactive.messaging
Used to signify a publisher of outgoing messages.
OUTGOING_PREFIX - Static variable in interface org.eclipse.microprofile.reactive.messaging.spi.ConnectorFactory
Prefix used in the MicroProfile Config to configure an outgoing channel.
OutgoingConnectorFactory - Interface in org.eclipse.microprofile.reactive.messaging.spi
SPI used to implement a connector managing a sink of messages for a specific transport.

P

production() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 

R

register(String, PublisherBuilder<? extends Message<?>>) - Method in interface io.smallrye.reactive.messaging.ChannelRegistry
 
register(String, SubscriberBuilder<? extends Message<?>, Void>) - Method in interface io.smallrye.reactive.messaging.ChannelRegistry
 
register(String, Emitter<?>) - Method in interface io.smallrye.reactive.messaging.ChannelRegistry
 

S

send(T) - Method in interface io.smallrye.reactive.messaging.annotations.Emitter
Deprecated.
Sends a payload or a message to the stream.
send(T) - Method in interface org.eclipse.microprofile.reactive.messaging.Emitter
Sends a payload to the channel.
send(M) - Method in interface org.eclipse.microprofile.reactive.messaging.Emitter
Sends a payload to the channel.
shape() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 
Shape - Enum in io.smallrye.reactive.messaging
 

U

unwrap(Class<C>) - Method in interface org.eclipse.microprofile.reactive.messaging.Message
Returns an object of the specified type to allow access to the connector-specific Message implementation, and other classes.
usesBuilderTypes() - Method in interface io.smallrye.reactive.messaging.MediatorConfiguration
 

V

value() - Method in class org.eclipse.microprofile.reactive.messaging.spi.ConnectorLiteral
 
valueOf(String) - Static method in enum io.smallrye.reactive.messaging.annotations.ConnectorAttribute.Direction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.smallrye.reactive.messaging.annotations.Merge.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.smallrye.reactive.messaging.annotations.OnOverflow.Strategy
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.smallrye.reactive.messaging.MediatorConfiguration.Consumption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.smallrye.reactive.messaging.MediatorConfiguration.Production
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.smallrye.reactive.messaging.Shape
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.reactive.messaging.Acknowledgment.Strategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.eclipse.microprofile.reactive.messaging.OnOverflow.Strategy
Returns the enum constant of this type with the specified name.
values() - Static method in enum io.smallrye.reactive.messaging.annotations.ConnectorAttribute.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.smallrye.reactive.messaging.annotations.Merge.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.smallrye.reactive.messaging.annotations.OnOverflow.Strategy
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.smallrye.reactive.messaging.MediatorConfiguration.Consumption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.smallrye.reactive.messaging.MediatorConfiguration.Production
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.smallrye.reactive.messaging.Shape
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.reactive.messaging.Acknowledgment.Strategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.eclipse.microprofile.reactive.messaging.OnOverflow.Strategy
Returns an array containing the constants of this enum type, in the order they are declared.

W

with(Object) - Method in class org.eclipse.microprofile.reactive.messaging.Metadata
Creates a new instance of Metadata with the current entries, plus meta.
withAck(Supplier<CompletionStage<Void>>) - Method in interface org.eclipse.microprofile.reactive.messaging.Message
Creates a new instance of Message with the given acknowledgement supplier.
withMetadata(Iterable<Object>) - Method in interface org.eclipse.microprofile.reactive.messaging.Message
Creates a new instance of Message with the specified metadata.
withMetadata(Metadata) - Method in interface org.eclipse.microprofile.reactive.messaging.Message
Creates a new instance of Message with the specified metadata.
without(Class<?>) - Method in class org.eclipse.microprofile.reactive.messaging.Metadata
Creates a new instance of Metadata with the current entries, minus the entry associated with the given class.
withPayload(P) - Method in interface org.eclipse.microprofile.reactive.messaging.Message
Creates a new instance of Message with the specified payload.
A B C D E F G I M N O P R S U V W 
Skip navigation links

Copyright © 2018–2020 SmallRye. All rights reserved.