Class UpdateDeleteResult

java.lang.Object
io.ably.lib.types.UpdateDeleteResult

public class UpdateDeleteResult extends Object
Contains the result of an update or delete message operation.
  • Field Details

    • versionSerial

      @Nullable public final @Nullable String versionSerial
      The serial of the new version of the updated or deleted message. Will be null if the message was superseded by a subsequent update before it could be published.
  • Constructor Details

    • UpdateDeleteResult

      public UpdateDeleteResult(@Nullable @Nullable String versionSerial)
  • Method Details