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
IncomingConnectorFactoryorOutgoingConnectorFactoryor 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 
IncomingConnectorFactoryorOutgoingConnectorFactory. Must not benull. Returningnullwill cause a deployment failure. 
 
 - 
 
 -