Uploaded image for project: 'Couchbase Lite'
  1. Couchbase Lite
  2. CBL-4313

MessageEndpointListenerConfiguration APIs using Database object are deprecated

    XMLWordPrintable

Details

    • 0

    Description

      MessageEndpointListenerConfiguration's constructor with the Database object and the database property are deprecated. Use a new constructor with the Collection objects and the collections property instead.

      Deprecated APIs

      Java / Android 

      • MessageEndpointListenerConfiguration(@NonNull Database database, @NonNull ProtocolType protocolType)
      • Database getDatabase()

      Swift

      • init(database: Database)
      • let database: Database

      Objective-C (CBLMessageEndpointListenerConfiguration)

      • (instancetype) initWithDatabase: (CBLDatabase*)database
        protocolType: (CBLProtocolType)protocolType
      • @property (nonatomic, readonly) CBLDatabase* database

      .NET

      • MessageEndpointListenerConfiguration([NotNull]Database database, ProtocolType protocolType)
      • Database Database

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            The Lite The Lite
            pasin Pasin Suriyentrakorn
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty