Class Replicator.UpdateResponse<A extends ReplicatedData>

    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateResponse()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract Key<A> key()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UpdateResponse

        public UpdateResponse()
    • Method Detail

      • key

        public abstract Key<A> key()