Interface ContinuousQueryListener

All Known Implementing Classes:
ContinuousQueryListenerAdapter

public interface ContinuousQueryListener
Continuous Query (CQ) listener listening for events and notifications by a GemFire Continuous Query (CQ).
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEvent(org.apache.geode.cache.query.CqEvent event)
    Action performed by the listener when notified of a CQ event.
  • Method Details

    • onEvent

      void onEvent(org.apache.geode.cache.query.CqEvent event)
      Action performed by the listener when notified of a CQ event.
      Parameters:
      event - the event from the CQ.
      See Also:
      • CqEvent