Uses of Interface
com.suse.salt.netapi.event.EventStream
Packages that use EventStream
-
Uses of EventStream in com.suse.salt.netapi.calls
Methods in com.suse.salt.netapi.calls with parameters of type EventStreamModifier 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. -
Uses of EventStream in com.suse.salt.netapi.event
Classes in com.suse.salt.netapi.event that implement EventStreamModifier and TypeClassDescriptionclassImplements basic listener bookkeeping for EventStream.classEvent stream implementation based on aClientEndpointWebSocket.