Uses of Interface
org.apache.curator.x.discovery.server.rest.DiscoveryContext
Packages that use DiscoveryContext
Package
Description
-
Uses of DiscoveryContext in org.apache.curator.x.discovery.server.contexts
Classes in org.apache.curator.x.discovery.server.contexts that implement DiscoveryContextModifier and TypeClassDescriptionclass
For convenience, a version ofDiscoveryContext
that uses any generic type as the payloadclass
For convenience, a version ofDiscoveryContext
that uses an int as the payloadclass
For convenience, a version ofDiscoveryContext
that uses a String-to-String map as the payloadclass
For convenience, a version ofDiscoveryContext
that uses a string as the payloadMethods in org.apache.curator.x.discovery.server.contexts that return DiscoveryContextModifier and TypeMethodDescriptionGenericDiscoveryContext.getContext
(Class<?> type) IntegerDiscoveryContext.getContext
(Class<?> type) StringDiscoveryContext.getContext
(Class<?> type) -
Uses of DiscoveryContext in org.apache.curator.x.discovery.server.entity
Constructors in org.apache.curator.x.discovery.server.entity with parameters of type DiscoveryContextModifierConstructorDescriptionJsonServiceInstanceMarshaller
(DiscoveryContext<T> context) JsonServiceInstancesMarshaller
(DiscoveryContext<T> context) -
Uses of DiscoveryContext in org.apache.curator.x.discovery.server.rest
Constructors in org.apache.curator.x.discovery.server.rest with parameters of type DiscoveryContext