Uses of Class
org.ovirt.vdsm.jsonrpc.client.JsonRpcEvent
Packages that use JsonRpcEvent
Package
Description
-
Uses of JsonRpcEvent in org.ovirt.vdsm.jsonrpc.client
Methods in org.ovirt.vdsm.jsonrpc.client that return JsonRpcEventModifier and TypeMethodDescriptionstatic JsonRpcEventJsonRpcEvent.fromByteArray(byte[] message) static JsonRpcEventJsonRpcEvent.fromJsonNode(com.fasterxml.jackson.databind.JsonNode node) Validates and buildsJsonRpcEventbased on provided json node.static JsonRpcEventJsonRpcEvent.fromMethodAndParams(String method, Map<String, Object> params) Create notification object for the method and params.Methods in org.ovirt.vdsm.jsonrpc.client with parameters of type JsonRpcEventModifier and TypeMethodDescriptionEventDecomposer.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 JsonRpcEventMethods in org.ovirt.vdsm.jsonrpc.client.events that return JsonRpcEventMethods in org.ovirt.vdsm.jsonrpc.client.events with parameters of type JsonRpcEventModifier and TypeMethodDescriptionintEventPublisher.countEvents(JsonRpcEvent event) private voidEventPublisher.EventCallable.handleEvent(Flow.Subscriber<Map<String, Object>> subscriber, JsonRpcEvent event) 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 JsonRpcEventModifier and TypeMethodDescriptionprivate voidResponseWorker.processNotifications(JsonRpcEvent notification)