Package

com.twitter

finagle

Permalink

package finagle

Visibility
  1. Public
  2. All

Type Members

  1. trait FinagleInit extends () ⇒ Unit

    Permalink

    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