CBLMessageEndpointListenerChange
@interface CBLMessageEndpointListenerChange : NSObject
                ENTERPRISE EDITION ONLY.
A change event posted by CBLMessageEndpointListener.
- 
                  
                  
The connection whose status changed.
Declaration
Objective-C
@property (nonatomic, readonly) id<CBLMessageEndpointConnection> _Nonnull connection; - 
                  
                  
The new replication status of the connection.
Declaration
Objective-C
@property (nonatomic, readonly) CBLReplicatorStatus *_Nonnull status; - 
                  
                  
Unavailable
Not available
Declaration
Objective-C
- (nonnull instancetype)init; 
        CBLMessageEndpointListenerChange Class Reference