Class RetryPutStrategy

java.lang.Object
kieker.monitoring.queue.putstrategy.RetryPutStrategy
All Implemented Interfaces:
PutStrategy

public class RetryPutStrategy extends Object implements PutStrategy
Since:
1.13
Author:
"Christian Wulf"
  • Constructor Details

    • RetryPutStrategy

      public RetryPutStrategy(int maxTries)
  • Method Details

    • backoffOffer

      public <E> void backoffOffer(Queue<E> q, E e)
      Specified by:
      backoffOffer in interface PutStrategy
      Type Parameters:
      E - element type
      Parameters:
      q - queue
      e - element
    • signal

      public void signal()
      Specified by:
      signal in interface PutStrategy