Package org.cometd.annotation
Annotation Type Configure
-
@Target(METHOD) @Retention(RUNTIME) @Documented public @interface Configure
For server-side services, identifies channel configuration methods that are invoked when a message is processed on server-side. The methods must have the same signature as
ConfigurableServerChannel.Initializer.configureChannel(ConfigurableServerChannel)
- See Also:
Subscription
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
configureIfExists
boolean
errorIfExists
-
-
-
Element Detail
-
value
String[] value
- Returns:
- the list of channels which are initialised
-
-