Uses of Class
com.yahoo.config.subscription.ConfigHandle
Packages that use ConfigHandle
Package
Description
Classes for subscribing to Vespa config.
-
Uses of ConfigHandle in com.yahoo.config.subscription
Fields in com.yahoo.config.subscription with type parameters of type ConfigHandleModifier and TypeFieldDescriptionprotected final List<ConfigHandle<? extends com.yahoo.config.ConfigInstance>>ConfigSubscriber.subscriptionHandlesMethods in com.yahoo.config.subscription that return ConfigHandleModifier and TypeMethodDescription<T extends com.yahoo.config.ConfigInstance>
ConfigHandle<T>ConfigSubscriber.subscribe(ConfigSubscriber.SingleSubscriber<T> singleSubscriber, Class<T> configClass, String configId) Convenience method that can be used if you only want to subscribe to one config, and want generic error handling.<T extends com.yahoo.config.ConfigInstance>
ConfigHandle<T>Subscribes on the given type ofConfigInstancewith the given config id.<T extends com.yahoo.config.ConfigInstance>
ConfigHandle<T>Subscribes on the given type ofConfigInstancewith the given config id and subscribe timeout.Methods in com.yahoo.config.subscription with parameters of type ConfigHandleModifier and TypeMethodDescriptionprotected voidConfigSubscriber.subscribeAndHandleErrors(ConfigSubscription<?> sub, ConfigKey<?> configKey, ConfigHandle<?> handle, TimingValues timingValues) -
Uses of ConfigHandle in com.yahoo.config.subscription.impl
Subclasses of ConfigHandle in com.yahoo.config.subscription.implModifier and TypeClassDescriptionclassA config handle which does not use the config class, but payload instead.Methods in com.yahoo.config.subscription.impl that return ConfigHandleModifier and TypeMethodDescription<T extends com.yahoo.config.ConfigInstance>
ConfigHandle<T>GenericConfigSubscriber.subscribe(ConfigSubscriber.SingleSubscriber<T> singleSubscriber, Class<T> configClass, String configId) <T extends com.yahoo.config.ConfigInstance>
ConfigHandle<T><T extends com.yahoo.config.ConfigInstance>
ConfigHandle<T>