Class PublishResult

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

public class PublishResult extends Object
Contains the result of a publish operation.
  • Field Details

    • serials

      @Nullable public final @Nullable String[] serials
      An array of message serials corresponding 1:1 to the messages that were published. A serial may be null if the message was discarded due to a configured conflation rule.
  • Constructor Details

    • PublishResult

      public PublishResult(@Nullable @Nullable String[] serials)
  • Method Details