package finagle
Type Members
- trait FinagleInit extends () => Unit
Initialization code to run before
Finaglebootstraps any resources (such as its scheduler).Initialization code to run before
Finaglebootstraps any resources (such as its scheduler). The only guarantees are that allFinagleInitmodules run exactly once and they run before anyFinagleclients or servers within the process connect to a remote peer or accept connections, respectively.- Note
There are *no* relative ordering guarantees if multiple
FinagleInitorMetricsInitinstances are registered.