Package io.ably.lib.liveobjects.adapter
package io.ably.lib.liveobjects.adapter
Adapter layer bridging the path-based LiveObjects implementation to the core Ably client.
AblyClientAdapter is the abstraction the implementation
depends on; Adapter is the default implementation backed
by an AblyRealtime client.
This package is intentionally independent of the legacy io.ably.lib.objects
package so the path-based API can evolve on its own.
-
ClassDescriptionBridges the path-based LiveObjects implementation to the core Ably client, exposing the client configuration, connection and channel state it needs without coupling it to the concrete
AblyRealtimetype.DefaultAblyClientAdapterimplementation backed by anAblyRealtimeclient.