Package io.github.teceli.resiliencia.core.spi


package io.github.teceli.resiliencia.core.spi
  • Interfaces
    Class
    Description
    Abstraction over time, used by patterns that need to read the current instant or wait (Retry backoff, CircuitBreaker open-state duration, RateLimiter windows, ...).
    Base interface for all resilience events.
    Listener for consuming events from patterns.