Annotation Interface Connector
Qualifier used on connector implementations to indicate the associated underlying transport.
The value indicates the name associated with the bean implementing either
IncomingConnectorFactory
or OutgoingConnectorFactory
or both.
Note that the given name is a user-facing interface used in the configuration.
-
Required Element Summary
-
Element Details
-
value
String value- Returns:
- The name of the connector associated with the bean implementing
IncomingConnectorFactory
orOutgoingConnectorFactory
. Must not benull
. Returningnull
will cause a deployment failure.
-