Uses of Interface
com.suse.salt.netapi.event.EventStream
-
Packages that use EventStream Package Description com.suse.salt.netapi.calls com.suse.salt.netapi.event -
-
Uses of EventStream in com.suse.salt.netapi.calls
Methods in com.suse.salt.netapi.calls with parameters of type EventStream Modifier and Type Method Description CompletionStage<Optional<Map<String,CompletionStage<Result<R>>>>>
LocalCall. 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.CompletionStage<Optional<Map<String,CompletionStage<Result<R>>>>>
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.CompletionStage<Optional<Map<String,CompletionStage<Result<R>>>>>
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. -
Uses of EventStream in com.suse.salt.netapi.event
Classes in com.suse.salt.netapi.event that implement EventStream Modifier and Type Class Description class
AbstractEventStream
Implements basic listener bookkeeping for EventStream.class
WebSocketEventStream
Event stream implementation based on aClientEndpoint
WebSocket.
-