Interface AgmPeer.MethodHandler

Enclosing interface:
AgmPeer

public static interface AgmPeer.MethodHandler
  • Method Summary

    Modifier and Type Method Description
    reactor.core.publisher.Mono<Map<String,​Object>> handle​(Map<String,​Object> args, String caller)
    Executes method logic with the supplied parameters
  • Method Details

    • handle

      reactor.core.publisher.Mono<Map<String,​Object>> handle​(Map<String,​Object> args, String caller)
      Executes method logic with the supplied parameters
      Parameters:
      args - - parameters passed to the method in the form of a Map<String, Object>
      caller - - caller ID
      Returns:
      Mono with a Map containing the method result.