Annotation Interface EventDrivenRemotingMethod


@Target(METHOD) @Retention(RUNTIME) public @interface EventDrivenRemotingMethod
An annotation used to configure method level behaviour for event driven remoting proxies, which are eventually configured through EventDrivenSpaceRemotingProxyFactoryBean. Should be set on the method of the remote interface
Since:
8.0
Author:
uri
See Also: