Uses of Class
com.suse.salt.netapi.errors.GenericError
Packages that use GenericError
-
Uses of GenericError in com.suse.salt.netapi.calls
Method parameters in com.suse.salt.netapi.calls with type arguments of type GenericErrorModifier and TypeMethodDescriptionLocalCall.callAsync(SaltClient client, Target<?> target, AuthMethod auth, EventStream events, CompletionStage<GenericError> cancel, Batch batch) Calls this salt call via the async client and returns the results as they come in via the event stream.LocalCall.callAsync(SaltClient client, Target<?> target, AuthMethod auth, EventStream events, CompletionStage<GenericError> cancel, Optional<Batch> batch) Calls this salt call via the async client and returns the results as they come in via the event stream.LocalCall.callAsync(Function<LocalCall<R>, CompletionStage<Optional<LocalAsyncResult<R>>>> localAsync, Function<RunnerCall<Map<String, R>>, CompletionStage<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.