Class EventPublisher.EventCallable
java.lang.Object
org.ovirt.vdsm.jsonrpc.client.events.EventPublisher.EventCallable
- Enclosing class:
EventPublisher
Event processing task which is submit to a
ExecutorService for processing.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncall()private voidhandleEvent(Flow.Subscriber<Map<String, Object>> subscriber, JsonRpcEvent event)
-
Field Details
-
holder
-
decomposer
-
-
Constructor Details
-
EventCallable
- Parameters:
holder- Holds subscription information.decomposer- is used for decomposing event before notifying @linkEventSubscriber.
-
-
Method Details