Package | Description |
---|---|
com.suse.salt.netapi.calls |
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(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.
|
Copyright © 2017. All rights reserved.