Packages

p

com.twitter

finagle

package finagle

Type Members

  1. trait FinagleInit extends () ⇒ Unit

    Initialization code to run before Finagle bootstraps any resources (such as its scheduler).

    Initialization code to run before Finagle bootstraps any resources (such as its scheduler). The only guarantees are that all FinagleInit modules run exactly once and they run before any Finagle clients or servers within the process connect to a remote peer or accept connections, respectively.

    Note

    There are *no* relative ordering guarantees if multiple FinagleInit instances are registered.

Ungrouped