Class NetworkMultiplexerProvider

java.lang.Object
com.yahoo.container.jdisc.messagebus.NetworkMultiplexerProvider

public class NetworkMultiplexerProvider extends Object
Injectable component which provides an NetworkMultiplexer, creating one if needed, i.e., the first time this is created in a container--subsequent creations of this will reuse the underlying network that was created initially. This breaks the DI pattern, but must be done because the network is a unique resource which cannot exist in several versions simultaneously.
Author:
jonmv