Annotation Type MessageConnectorPlugin
-
@Retention(RUNTIME) @Target(TYPE) public @interface MessageConnectorPlugin
Runtime annotation used to mark a
MessageConnector
.- Since:
- 10.0.46
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description boolean
canSend
java.lang.String[]
channelNames
java.lang.String
protocol
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description CustomChannel[]
customChannels
-
-
-
-
customChannels
CustomChannel[] customChannels
- Returns:
- An array of CustomChannel's, that are supported by this MessageConnector.
- Since:
- 10.0.102
- Default:
- {}
-
-