Package io.atomix.primitive.operation
Class Operations
java.lang.Object
io.atomix.primitive.operation.Operations
public final class Operations extends Object
Operation utilities.
-
Method Summary
Modifier and Type Method Description static Map<Method,OperationId>getMethodMap(Class<?> serviceInterface)Returns the collection of operations provided by the given service interface.static Map<OperationId,Method>getOperationMap(Class<?> serviceInterface)Returns the collection of operations provided by the given service interface.
-
Method Details
-
getMethodMap
Returns the collection of operations provided by the given service interface.- Parameters:
serviceInterface- the service interface- Returns:
- the operations provided by the given service interface
-
getOperationMap
Returns the collection of operations provided by the given service interface.- Parameters:
serviceInterface- the service interface- Returns:
- the operations provided by the given service interface
-