MessageEndpointListenerConfiguration APIs using Database object are deprecated

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

Activity

Show:
Pinned fields
Click on the next to a field label to start pinning.

Details

Assignee

Reporter

Labels

Story Points

Components

Fix versions

Affects versions

Priority

Instabug

Open Instabug

PagerDuty

Sentry

Zendesk Support

Created March 14, 2023 at 5:34 PM
Updated March 18, 2024 at 7:00 PM
Instabug