@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited @Documented public @interface RemotingDestination
MessageBroker
.Modifier and Type | Optional Element and Description |
---|---|
String[] |
channels
A array of ids for the BlazeDS channels over which this remoting destination should be exposed.
|
String |
messageBroker
The id of the Spring-managed MessageBroker that will route messages to the exported bean.
|
String |
serviceAdapter
A reference to a custom Spring-managed ServiceAdapter (usually created via a ManageableComponentFactoryBean) to
be used when invoking methods on this destination.
|
String |
value
The id of the remoting destination.
|
public abstract String[] channels
Only needed when overriding the default channels for the RemotingService.
public abstract String messageBroker
Not required unless an explicit id has been specified for the MessageBroker.
public abstract String serviceAdapter
public abstract String value
By default, this will be set to the name of the bean being exported.
Copyright © 2014. All rights reserved.