Uses of Interface
io.github.belgif.rest.problem.api.FluentRetryAfterProblem
Packages that use FluentRetryAfterProblem
-
Uses of FluentRetryAfterProblem in io.github.belgif.rest.problem
Classes in io.github.belgif.rest.problem that implement FluentRetryAfterProblemModifier and TypeClassDescriptionclass
HTTP 503: Service Unavailable (https://www.belgif.be/specification/rest/api-guide/problems/serviceUnavailable.html)class
HTTP 429: Too Many Failed Requests (https://www.belgif.be/specification/rest/api-guide/problems/tooManyFailedRequests.html)class
HTTP 429: Too Many Requests (https://www.belgif.be/specification/rest/api-guide/problems/tooManyRequests.html) -
Uses of FluentRetryAfterProblem in io.github.belgif.rest.problem.api
Classes in io.github.belgif.rest.problem.api with type parameters of type FluentRetryAfterProblemModifier and TypeInterfaceDescriptioninterface
FluentRetryAfterProblem<SELF extends Problem & RetryAfter & FluentRetryAfterProblem<SELF>>
Provides default methods with fluent RetryAfter problem properties (retryAfter, retryAfterSec).