Uses of Class
com.tangosol.coherence.rest.events.MapEventOutput
-
Packages that use MapEventOutput Package Description com.tangosol.coherence.rest Contains classes related to the Coherence REST API.com.tangosol.coherence.rest.events Contains classes related to the Coherence REST APIMapEvent
s. -
-
Uses of MapEventOutput in com.tangosol.coherence.rest
Methods in com.tangosol.coherence.rest that return MapEventOutput Modifier and Type Method Description MapEventOutput
EntryResource. addListener(boolean fLite)
Register SSE event listener for this entry.MapEventOutput
NamedQueryResource. addListener(boolean fLite, javax.ws.rs.core.UriInfo uriInfo)
Register SSE event listener for this named query. -
Uses of MapEventOutput in com.tangosol.coherence.rest.events
Methods in com.tangosol.coherence.rest.events that return MapEventOutput Modifier and Type Method Description MapEventOutput
MapEventOutput. setFilter(Filter filter)
Set the filter to listen on.MapEventOutput
MapEventOutput. setKey(K key)
Set the key to listen on.
-