Package | Description |
---|---|
com.suse.salt.netapi.calls | |
com.suse.salt.netapi.client |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
<R> R |
SaltClient.call(Call<?> call,
Client client,
String endpoint,
Optional<Map<String,Object>> custom,
com.google.gson.reflect.TypeToken<R> type)
|
<R> R |
SaltClient.call(Call<?> call,
Client client,
String endpoint,
com.google.gson.reflect.TypeToken<R> type)
Convenience method to make a call without arguments.
|
Copyright © 2016. All rights reserved.