CBLMessageEndpointListenerConfiguration
@interface CBLMessageEndpointListenerConfiguration : NSObjectENTERPRISE EDITION ONLY.
The configuration for the CBLMessageEndpointListener.
- 
                  
                  The local database. DeclarationObjective-C @property (nonatomic, readonly) CBLDatabase *_Nonnull database;
- 
                  
                  The data transmission protocol type. DeclarationObjective-C @property (nonatomic, assign, unsafe_unretained, readwrite) CBLProtocolType protocolType;
- 
                  
                  Initializes a CBLMessageEndpointListenerConfiguration object. DeclarationObjective-C - (nonnull instancetype)initWithDatabase:(nonnull CBLDatabase *)database protocolType:(CBLProtocolType)protocolType;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