Annotation Type Connector
-
@Qualifier @Retention(RUNTIME) @Target({TYPE,FIELD,METHOD,PARAMETER}) public @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
orOutgoingConnectorFactory
or both.Note that the given name is a user-facing interface used in the configuration.
-
-
Element Detail
-
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.
-
-