Uses of Class
com.yahoo.config.subscription.impl.JRTConfigSubscription
Packages that use JRTConfigSubscription
-
Uses of JRTConfigSubscription in com.yahoo.config.subscription.impl
Subclasses of JRTConfigSubscription in com.yahoo.config.subscription.implModifier and TypeClassDescriptionclassA JRT subscription which does not use the config class, butRawConfiginstead.Methods in com.yahoo.config.subscription.impl with parameters of type JRTConfigSubscriptionModifier and TypeMethodDescription<T extends com.yahoo.config.ConfigInstance>
voidJRTConfigRequester.request(JRTConfigSubscription<T> sub) Requests the config for theConfigInstanceon the givenConfigSubscription -
Uses of JRTConfigSubscription in com.yahoo.vespa.config.protocol
Methods in com.yahoo.vespa.config.protocol with parameters of type JRTConfigSubscriptionModifier and TypeMethodDescriptionstatic <T extends com.yahoo.config.ConfigInstance>
JRTClientConfigRequestJRTClientConfigRequestV3.createFromSub(JRTConfigSubscription<T> sub, Trace trace, CompressionType compressionType, Optional<VespaVersion> vespaVersion) static <T extends com.yahoo.config.ConfigInstance>
JRTClientConfigRequestJRTConfigRequestFactory.createFromSub(JRTConfigSubscription<T> sub)