Interface Queue.UpdateStages.WithDefaultMessageTTL

  • All Known Subinterfaces:
    Queue.Update
    Enclosing interface:
    Queue.UpdateStages

    public static interface Queue.UpdateStages.WithDefaultMessageTTL
    The stage of the queue definition allowing to define default TTL for messages.
    • Method Detail

      • withDefaultMessageTTL

        Queue.Update withDefaultMessageTTL​(Duration ttl)
        Specifies the duration after which the message expires.
        Parameters:
        ttl - time to live duration
        Returns:
        the next stage of queue update