Uses of Interface
com.suse.salt.netapi.calls.Call
-
Packages that use Call Package Description com.suse.salt.netapi.calls com.suse.salt.netapi.client -
-
Uses of Call in com.suse.salt.netapi.calls
Classes in com.suse.salt.netapi.calls that implement Call Modifier and Type Class Description class
AbstractCall<R>
Abstract class for all function calls in salt.class
LocalCall<R>
Class representing a function call of a salt execution module.class
RunnerCall<R>
Class representing a function call of a salt runner module.class
WheelCall<R>
Class representing a function call of a salt wheel module. -
Uses of Call in com.suse.salt.netapi.client
Methods in com.suse.salt.netapi.client with parameters of type Call Modifier and Type Method Description <R> CompletionStage<R>
SaltClient. call(Call<?> call, Client client, Optional<Target<?>> target, Map<String,Object> custom, com.google.gson.reflect.TypeToken<R> type, AuthMethod auth)
-