Skip navigation links

@Version(value="1.1")

Package org.eclipse.microprofile.reactive.messaging.spi

The MicroProfile Reactive Messaging API Connector SPI

See: Description

Package org.eclipse.microprofile.reactive.messaging.spi Description

The MicroProfile Reactive Messaging API Connector SPI

This package provides the SPI to implement connectors. A connector can be seen as a Reactive Messaging plug-in to support a specific messaging technology. For example, you can have a Kafka connector to deal with Kafka, an AMQP connector to interact with AMQP brokers and routers and so on. Connector implementation should be agnostic to the Reactive Messaging implementation. A connector can be seen as:

Connectors are implemented as CDI beans and identified using the Connector qualifier. Connectors receive the channel configuration matching their Connector name.
Skip navigation links

Copyright © 2018–2021 SmallRye. All rights reserved.