CBLMessageEndpoint
@interface CBLMessageEndpoint : NSObject <CBLEndpoint>ENTERPRISE EDITION ONLY.
Message endpoint.
- 
                  
                  The unique identifier of the endpoint. DeclarationObjective-C @property (nonatomic, copy, readonly) NSString *_Nonnull uid;
- 
                  
                  The target used for storing any arbitary value representing the endpoint. DeclarationObjective-C @property (nonatomic, readonly, nullable) id target;
- 
                  
                  The data transportation protocol. DeclarationObjective-C @property (nonatomic, readonly) CBLProtocolType protocolType;
- 
                  
                  The delegate for creating CBLMessageEndpointConnection object. DeclarationObjective-C @property (nonatomic, weak, readonly) id<CBLMessageEndpointDelegate> _Nullable delegate;
- 
                  
                  Initializes a CBLMessageEndpoint object. DeclarationObjective-C - (nonnull instancetype)initWithUID:(nonnull NSString *)uid target:(nullable id)target protocolType:(CBLProtocolType)protocolType delegate: (nonnull id<CBLMessageEndpointDelegate>)delegate;ParametersuidThe unique identifier of the endpoint. targetAn optional arbitrary object that represents the endpoint. protocolTypeThe data transportation protocol. delegateThe delegate for creating CBLMessageEndpointConnection objects. Return ValueThe CBLMessageEndpoint object. 
- 
                  
                  Not available DeclarationObjective-C - (nonnull instancetype)init;
 CBLMessageEndpoint Class Reference
        CBLMessageEndpoint Class Reference