Uses of Interface
org.reactivestreams.Subscriber
-
Packages that use Subscriber Package Description org.ovirt.vdsm.jsonrpc.client.events org.reactivestreams -
-
Uses of Subscriber in org.ovirt.vdsm.jsonrpc.client.events
Classes in org.ovirt.vdsm.jsonrpc.client.events that implement Subscriber Modifier and Type Class Description class
EventSubscriber
Subscription id contains <receiver>.<component>.<operation_id>.<unique_id>.Methods in org.ovirt.vdsm.jsonrpc.client.events with parameters of type Subscriber Modifier and Type Method Description private void
EventPublisher.EventCallable. handleEvent(Subscriber<java.util.Map<java.lang.String,java.lang.Object>> subscriber, JsonRpcEvent event)
-
Uses of Subscriber in org.reactivestreams
Classes in org.reactivestreams with type parameters of type Subscriber Modifier and Type Interface Description interface
Publisher<T,S extends Subscriber<T>>
-