Interface Call<R>

  • Type Parameters:
    R - the return type of the called function
    All Known Implementing Classes:
    AbstractCall, LocalCall, RunnerCall, WheelCall

    public interface Call<R>
    Interface for all function calls in salt.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getPayload()
      Return the call payload as a map of key/value pairs.
    • Method Detail

      • getPayload

        java.util.Map<java.lang.String,​java.lang.Object> getPayload()
        Return the call payload as a map of key/value pairs. Usually this contains the function name and arguments, but the various clients differ in the details.
        Returns:
        call payload as a map of key/value pairs