Uses of Package
io.github.resilience4j.circularbuffer
-
Classes in io.github.resilience4j.circularbuffer used by io.github.resilience4j.circularbufferClassDescriptionA
CircularFifoBufferis a first in first out buffer with a fixed size that replaces its oldest element if full.The purpose of this queue is to store the N most recently inserted elements.