public interface ConnectorFactory
IncomingConnectorFactory
and OutgoingConnectorFactory
.Modifier and Type | Field and Description |
---|---|
static String |
CHANNEL_NAME_ATTRIBUTE
The
channel-name attribute name. |
static String |
CONNECTOR_ATTRIBUTE
The
connector attribute name. |
static String |
CONNECTOR_PREFIX
Prefix used in the MicroProfile Config to configure properties shared by all the channels associated with a
specific connector.
|
static String |
INCOMING_PREFIX
Prefix used in the MicroProfile Config to configure an
incoming channel. |
static String |
OUTGOING_PREFIX
Prefix used in the MicroProfile Config to configure an
outgoing channel. |
static final String CHANNEL_NAME_ATTRIBUTE
channel-name
attribute name.
This attribute is injected by the reactive messaging implementation into the
Config
object passed to the IncomingConnectorFactory
and
OutgoingConnectorFactory
. The value associated with this attribute is the name of the channel being
created.static final String CONNECTOR_ATTRIBUTE
connector
attribute name.
This attribute is part of the Config
passed to the
IncomingConnectorFactory
and OutgoingConnectorFactory
when a new channel is created. It
indicates the name of the connector.
Note that each channel configured from the MicroProfile Config support must provide this attribute to indicate
which connector is used. It must match the name given to the Connector
qualifier.static final String INCOMING_PREFIX
incoming
channel.static final String OUTGOING_PREFIX
outgoing
channel.static final String CONNECTOR_PREFIX
Copyright © 2018–2021 SmallRye. All rights reserved.