You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mathieucarbou
changed the title
Support multiple management call on several clients at once
[mnm] Support multiple management call on several clients at once
Oct 26, 2016
Add sort of:
Future<List<String>> calls(@ClientId Object clientDescriptor, ClientIdentifier[] to, Context[] context, String capabilityName, String methodName, Class<?> returnType, Parameter... parameters);
to be able to run the same management call over several clients at the same time and aggregate results
The text was updated successfully, but these errors were encountered: