Interface QueueTransition.Builder

    • Method Detail

      • destinationQueue

        QueueTransition.Builder destinationQueue​(String destinationQueue)
        The queue that the job was on after the transition.
        Parameters:
        destinationQueue - The queue that the job was on after the transition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceQueue

        QueueTransition.Builder sourceQueue​(String sourceQueue)
        The queue that the job was on before the transition.
        Parameters:
        sourceQueue - The queue that the job was on before the transition.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • timestamp

        QueueTransition.Builder timestamp​(Instant timestamp)
        The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
        Parameters:
        timestamp - The time, in Unix epoch format, that the job moved from the source queue to the destination queue.
        Returns:
        Returns a reference to this object so that method calls can be chained together.