Uses of Class
org.ovirt.vdsm.jsonrpc.client.JsonRpcEvent
-
Packages that use JsonRpcEvent Package Description org.ovirt.vdsm.jsonrpc.client org.ovirt.vdsm.jsonrpc.client.events org.ovirt.vdsm.jsonrpc.client.internal -
-
Uses of JsonRpcEvent in org.ovirt.vdsm.jsonrpc.client
Methods in org.ovirt.vdsm.jsonrpc.client that return JsonRpcEvent Modifier and Type Method Description static JsonRpcEventJsonRpcEvent. fromByteArray(byte[] message)static JsonRpcEventJsonRpcEvent. fromJsonNode(com.fasterxml.jackson.databind.JsonNode node)Validates and buildsJsonRpcEventbased on provided json node.static JsonRpcEventJsonRpcEvent. fromMethodAndParams(java.lang.String method, java.util.Map<java.lang.String,java.lang.Object> params)Create notification object for the method and params.Methods in org.ovirt.vdsm.jsonrpc.client with parameters of type JsonRpcEvent Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>EventDecomposer. decompose(JsonRpcEvent event)Decomposes an event to a map. -
Uses of JsonRpcEvent in org.ovirt.vdsm.jsonrpc.client.events
Fields in org.ovirt.vdsm.jsonrpc.client.events with type parameters of type JsonRpcEvent Modifier and Type Field Description private java.util.Deque<JsonRpcEvent>SubscriptionHolder. eventsMethods in org.ovirt.vdsm.jsonrpc.client.events that return JsonRpcEvent Modifier and Type Method Description JsonRpcEventSubscriptionHolder. canProcessMore()Methods in org.ovirt.vdsm.jsonrpc.client.events with parameters of type JsonRpcEvent Modifier and Type Method Description intEventPublisher. countEvents(JsonRpcEvent event)private voidEventPublisher.EventCallable. handleEvent(java.util.concurrent.Flow.Subscriber<java.util.Map<java.lang.String,java.lang.Object>> subscriber, JsonRpcEvent event)java.util.Set<SubscriptionHolder>SubscriptionMatcher. match(JsonRpcEvent event)Matches current subscriptions to an event and returns aSetcontaining all subscriptions that match for this event processing.voidEventPublisher. process(JsonRpcEvent event)This method is used by @linkResponseWorkerto submit an @linkJsonRpcEventfor processing.voidSubscriptionHolder. putEvent(JsonRpcEvent event)Queues not processed event for later processing. -
Uses of JsonRpcEvent in org.ovirt.vdsm.jsonrpc.client.internal
Methods in org.ovirt.vdsm.jsonrpc.client.internal with parameters of type JsonRpcEvent Modifier and Type Method Description private voidResponseWorker. processNotifications(JsonRpcEvent notification)
-