Class MessageEndpointListenerChange


  • public class MessageEndpointListenerChange
    extends com.couchbase.lite.internal.replicator.ReplicationStatusChange
    ENTERPRISE EDITION API

    A change event posted by MessageEndpointListener.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      MessageEndpointConnection getConnection()
      Return connection
      java.lang.String toString()  
      • Methods inherited from class com.couchbase.lite.internal.replicator.ReplicationStatusChange

        getStatus
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        @NonNull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object