Uses of Interface
com.yahoo.messagebus.ConfigHandler
Packages that use ConfigHandler
-
Uses of ConfigHandler in com.yahoo.messagebus
Classes in com.yahoo.messagebus that implement ConfigHandlerModifier and TypeClassDescriptionfinal classA message bus contains the factory for creating sessions to send, receive and forward messages.Constructors in com.yahoo.messagebus with parameters of type ConfigHandlerModifierConstructorDescriptionConfigAgent(com.yahoo.config.subscription.ConfigURI configURI, ConfigHandler handler) Create a config agent that will obtain config for the given handler and configure it programmatically.ConfigAgent(MessagebusConfig config, ConfigHandler handler) Create a config agent that will configure the given handler with the given config.ConfigAgent(String configId, ConfigHandler handler) Create a config agent that will obtain config for the given handler and configure it programmatically.