Class Datarouter

java.lang.Object
io.datarouter.storage.Datarouter

@Singleton
public class Datarouter
extends Object
Datarouter is the top-level scope through which various components can share things like clients, configuration, and thread pools. Almost all applications will have a single Datarouter, though it is possible to have multiple contexts for modularized applications or large test suites.