Interface ClientConnection

    • Method Detail

      • getServerEventBridge

        EventBridge getServerEventBridge()
                                  throws CayenneRuntimeException
        Returns an EventBridge that receives remote server events. Caller would normally register returned bridge with a local EventManager, thus allowing local listeners to receive server events.
        Returns:
        An EventBridge or null if server events are not supported.
        Throws:
        CayenneRuntimeException