- reactor.spring.annotation - package reactor.spring.annotation
-
Annotation classes to support wiring event handlers via component scanning.
- reactor.spring.context.config - package reactor.spring.context.config
-
Automatic configuration of ApplicationContexts via a
Reactor-specific ImportBeanDefinitionRegistrar.
- reactor.spring.core.convert - package reactor.spring.core.convert
-
Spring ConversionService to Reactor Converter
integration.
- reactor.spring.core.task - package reactor.spring.core.task
-
Spring TaskExecutor integration.
- reactor.spring.factory - package reactor.spring.factory
-
FactoryBean implementations to provide various components.
- reactor.spring.factory.config - package reactor.spring.factory.config
-
Automatically wire beans defined in an ApplicationContext to a Reactor based
on annotations.
- reactor.spring.factory.dynamic - package reactor.spring.factory.dynamic
-
Generate proxies based on interfaces and inject the interfaces into beans without writing code to manage Reactor
publish/consume manually.
- reactor.spring.selector - package reactor.spring.selector
-
Assign Selectors based on SpEL expressions.
- REACTOR_CONVERSION_SERVICE_BEAN_NAME - Static variable in class reactor.spring.factory.config.ConsumerBeanAutoConfiguration
-
- ReactorBeanDefinitionRegistrar - Class in reactor.spring.context.config
-
ImportBeanDefinitionRegistrar implementation that configures necessary Reactor components.
- ReactorBeanDefinitionRegistrar() - Constructor for class reactor.spring.context.config.ReactorBeanDefinitionRegistrar
-
- ReactorFactoryBean - Class in reactor.spring.factory
-
A Spring FactoryBean for creating a singleton Reactor.
- ReactorFactoryBean(Environment) - Constructor for class reactor.spring.factory.ReactorFactoryBean
-
Creates a new ReactorFactoryBean that will use the given environment when configuring
and creating its Reactor.
- ReactorFactoryBean(Environment, String) - Constructor for class reactor.spring.factory.ReactorFactoryBean
-
Creates a new ReactorFactoryBean that will use the given environment when configuring
and creating its Reactor and will configure the reactor with the dispatcher with
the given name found in the environment.
- ReactorFactoryBean(Environment, String, EventRouting) - Constructor for class reactor.spring.factory.ReactorFactoryBean
-
Creates a new ReactorFactoryBean that will use the given environment when configuring
and creating its Reactor and will configure the reactor with the dispatcher with
the given name found in the environment.
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class reactor.spring.context.config.ReactorBeanDefinitionRegistrar
-
- ReplyTo - Annotation Type in reactor.spring.annotation
-
Indicate a method return is to be sent to the key referenced by the given expression.