Uses of Class
com.yahoo.messagebus.MessagebusConfig
Packages that use MessagebusConfig
-
Uses of MessagebusConfig in com.yahoo.messagebus
Methods in com.yahoo.messagebus that return MessagebusConfigModifier and TypeMethodDescriptionMessagebusConfig.Builder.build()MessageBusParams.getMessageBusConfig()Methods in com.yahoo.messagebus with parameters of type MessagebusConfigModifier and TypeMethodDescriptionvoidConfigAgent.configure(MessagebusConfig config) MessageBusParams.setMessageBusConfig(MessagebusConfig config) Constructors in com.yahoo.messagebus with parameters of type MessagebusConfigModifierConstructorDescriptionBuilder(MessagebusConfig config) ConfigAgent(MessagebusConfig config, ConfigHandler handler) Create a config agent that will configure the given handler with the given config.