Interface AgmPeer.MethodHandler
- Enclosing interface:
- AgmPeer
public static interface AgmPeer.MethodHandler
-
Method Summary
-
Method Details
-
handle
Executes method logic with the supplied parameters- Parameters:
args- - parameters passed to the method in the form of aMap<String, Object>caller- - caller ID- Returns:
- Mono with a
Mapcontaining the method result.
-