Interface ReplicatedStorage.Key

  • All Known Subinterfaces:
    ReplicatedStorage.PartitionedKey
    Enclosing interface:
    ReplicatedStorage

    public static interface ReplicatedStorage.Key

    RAs must implement this interface. The returned byte array must be a unique sequence of bytes that identifies a particular entry. As an example it would make sense for the RA’s ActivityHandle to implement this interface, to easily map between activity handles and replicated activity state.

    • Method Detail

      • getData

        byte[] getData()

        Get the key data in byte array form