Interface PutStrategy
- All Known Implementing Classes:
RetryPutStrategy,SPBlockingPutStrategy,YieldPutStrategy
public interface PutStrategy
- Since:
- 1.13
- Author:
- Christian Wulf
-
Method Summary
-
Method Details
-
backoffOffer
- Type Parameters:
E- element type- Parameters:
queue- queueelement- element- Throws:
InterruptedException- on interruption of the queue- Since:
- 1.13
-
signal
void signal()- Since:
- 1.13
-