@Target(value=METHOD)
@Retention(value=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)
Subscription| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
configureIfExists |
boolean |
errorIfExists |
Copyright © 2008–2019 The CometD Project. All rights reserved.