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
Modifier and TypeMethodDescriptionReturn the call payload as a map of key/value pairs.
-
Method Details
-
getPayload
-