Uses of Class
org.infinispan.rest.EventStream
-
Packages that use EventStream Package Description org.infinispan.rest REST Server bootstrap and Netty bridge classes.org.infinispan.rest.resources -
-
Uses of EventStream in org.infinispan.rest
Constructor parameters in org.infinispan.rest with type arguments of type EventStream Constructor Description EventStream(Consumer<EventStream> onOpen, Runnable onClose) -
Uses of EventStream in org.infinispan.rest.resources
Fields in org.infinispan.rest.resources declared as EventStream Modifier and Type Field Description protected EventStreamCacheResourceV2.BaseCacheListener. eventStreamMethods in org.infinispan.rest.resources that return EventStream Modifier and Type Method Description EventStreamCacheResourceV2.BaseCacheListener. getEventStream()EventStreamContainerResource.ConfigurationListener. getEventStream()
-