http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-ops-resilience4j
/
org.http4k.filter
/
ResilienceFilters
/
Bulkheading
/
invoke
invoke
operator
fun
invoke
(
bulkhead
:
Bulkhead
=
Bulkhead.ofDefaults("Bulkhead")
,
onError
:
(
)
->
Response
=
{ Response(TOO_MANY_REQUESTS.description("Bulkhead limit exceeded")) }
)
:
Filter
(
source
)