You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spring-remoting-cluster
I've planned support for asynchronous method calls.
We have some methods which doesn't give back a result and could be
called in an asynchronous context. So it would be nice to have that
implemented at the remoting mechanism.
I'm curious if we should configure it via a new annotation or if we
should expand the ClusterMethodInfo annotation.