CBLMessageEndpointListenerConfiguration
@interface CBLMessageEndpointListenerConfiguration : NSObjectThe configuration for the CBLMessageEndpointListener.
- 
                  
                  The local database. DeclarationObjective-C @property (readonly, nonatomic) CBLDatabase *_Nonnull database;Swift var database: CBLDatabase { get }
- 
                  
                  The data transmission protocol type. DeclarationObjective-C @property (assign, readwrite, nonatomic) CBLProtocolType protocolType;Swift var protocolType: CBLProtocolType { get set }
- 
                  
                  Initializes a CBLMessageEndpointListenerConfiguration object. DeclarationObjective-C - (nonnull instancetype)initWithDatabase:(nonnull CBLDatabase *)database protocolType:(CBLProtocolType)protocolType;Swift init(database: CBLDatabase, protocolType: CBLProtocolType)ParametersdatabaseThe local database. protocolTypeThe data transmission protocol type. Return ValueThe CBLMessageEndpointListenerConfiguration object. 
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLMessageEndpointListenerConfiguration Class Reference
        CBLMessageEndpointListenerConfiguration Class Reference