Interface ModifiableWillPublish

All Superinterfaces:
ModifiablePublishPacket, PublishPacket, WillPublishPacket

public interface ModifiableWillPublish
extends WillPublishPacket, ModifiablePublishPacket
Since:
4.2.0, CE 2020.1
  • Method Details

    • setWillDelay

      void setWillDelay​(long willDelay)
      Sets the will delay.
      Parameters:
      willDelay - The new will delay for the will publish in seconds.
      Throws:
      IllegalArgumentException - If the delay is less than zero or more than '4294967295'.
      Since:
      4.2.0, CE 2020.1