Package io.github.teceli.resiliencia.patterns.bulkhead
package io.github.teceli.resiliencia.patterns.bulkhead
-
ClassDescriptionBulkhead<T>Bulkhead pattern: bound how many calls may execute concurrently, isolating the protected resource from overload.Events emitted by the Bulkhead pattern.Thrown when a Bulkhead rejects a call because all permits are in use and no permit became available within the configured maximum wait time.