Interface SystemEventHandler

All Known Implementing Classes:
EventHandlerAdapter

public interface SystemEventHandler
This interface acts as a callback on the Client.systemEventHandler(SystemEventHandler) API that allows one to react to system events.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called every time when a system event happens that should be handled by consumers of the Client.
  • Method Details

    • onEvent

      void onEvent(CouchbaseEvent event)
      Called every time when a system event happens that should be handled by consumers of the Client.
      Parameters:
      event - the system event happening.