Package | Description |
---|---|
com.suse.salt.netapi.calls | |
com.suse.salt.netapi.errors |
Modifier and Type | Method and Description |
---|---|
Map<String,CompletionStage<Result<R>>> |
LocalCall.callAsync(FunctionE<LocalCall<R>,LocalAsyncResult<R>> localAsync,
FunctionE<RunnerCall<Map<String,R>>,RunnerAsyncResult<Map<String,R>>> runnerAsync,
EventStream events,
CompletionStage<GenericError> cancel)
Calls this salt call via the async client and returns the results
as they come in via the event stream.
|
Map<String,CompletionStage<Result<R>>> |
LocalCall.callAsync(SaltClient client,
Target<?> target,
EventStream events,
CompletionStage<GenericError> cancel)
Calls this salt call via the async client and returns the results
as they come in via the event stream.
|
Map<String,CompletionStage<Result<R>>> |
LocalCall.callAsync(SaltClient client,
Target<?> target,
String username,
String password,
AuthModule authModule,
EventStream events,
CompletionStage<GenericError> cancel)
Calls this salt call via the async client and returns the results
as they come in via the event stream.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
SaltError.fold(Function<FunctionNotAvailable,? extends T> fnNotAvail,
Function<ModuleNotSupported,? extends T> modNotSupported,
Function<JsonParsingError,? extends T> jsonError,
Function<GenericError,? extends T> generic) |
<T> T |
ModuleNotSupported.fold(Function<FunctionNotAvailable,? extends T> fnNotAvail,
Function<ModuleNotSupported,? extends T> modNotSupported,
Function<JsonParsingError,? extends T> jsonError,
Function<GenericError,? extends T> generic) |
<T> T |
JsonParsingError.fold(Function<FunctionNotAvailable,? extends T> fnNotAvail,
Function<ModuleNotSupported,? extends T> modNotSupported,
Function<JsonParsingError,? extends T> jsonError,
Function<GenericError,? extends T> generic) |
<T> T |
GenericError.fold(Function<FunctionNotAvailable,? extends T> fnNotAvail,
Function<ModuleNotSupported,? extends T> modNotSupported,
Function<JsonParsingError,? extends T> jsonError,
Function<GenericError,? extends T> generic) |
<T> T |
FunctionNotAvailable.fold(Function<FunctionNotAvailable,? extends T> fnNotAvail,
Function<ModuleNotSupported,? extends T> modNotSupported,
Function<JsonParsingError,? extends T> jsonError,
Function<GenericError,? extends T> generic) |
Copyright © 2017. All rights reserved.