@Version(value="2.0")
See: Description
| Interface | Description |
|---|---|
| ConnectorFactory |
Parent class for
IncomingConnectorFactory and OutgoingConnectorFactory. |
| IncomingConnectorFactory |
SPI used to implement a connector managing a source of messages for a specific transport.
|
| OutgoingConnectorFactory |
SPI used to implement a connector managing a sink of messages for a specific transport.
|
| Class | Description |
|---|---|
| ConnectorLiteral |
Supports inline instantiation of the
Connector qualifier. |
| Enum | Description |
|---|---|
| ConnectorAttribute.Direction |
Attribute direction.
|
| Annotation Type | Description |
|---|---|
| Connector |
Qualifier used on connector implementations to indicate the associated underlying transport.
|
| ConnectorAttribute |
Connector implementor can use this annotation to document attributes supported by their connector.
|
| ConnectorAttributes |
This class is used to allow multiple
ConnectorAttribute declarations. |
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:
IncomingConnectorFactory interface.OutgoingConnectorFactory interface.Connector qualifier. Connectors receive the channel
configuration matching their Connector name.Copyright © 2018 – 2022 Eclipse Foundation. All rights reserved.
Use is subject to license terms.