Uses of Interface
com.suse.salt.netapi.calls.Call
Packages that use Call
-
Uses of Call in com.suse.salt.netapi.calls
Classes in com.suse.salt.netapi.calls that implement CallModifier and TypeClassDescriptionclassAbstractCall<R>Abstract class for all function calls in salt.classLocalCall<R>Class representing a function call of a salt execution module.classRunnerCall<R>Class representing a function call of a salt runner module.classWheelCall<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 CallModifier and TypeMethodDescription<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)