Uses of Record Class
io.kroxylicious.proxy.config.NamedFilterDefinition
Packages that use NamedFilterDefinition
Package
Description
-
Uses of NamedFilterDefinition in io.kroxylicious.proxy.bootstrap
Constructor parameters in io.kroxylicious.proxy.bootstrap with type arguments of type NamedFilterDefinitionModifierConstructorDescriptionFilterChainFactory(PluginFactoryRegistry pfr, List<NamedFilterDefinition> filterChain) -
Uses of NamedFilterDefinition in io.kroxylicious.proxy.config
Methods in io.kroxylicious.proxy.config that return types with arguments of type NamedFilterDefinitionModifier and TypeMethodDescriptionConfiguration.filterDefinitions()Returns the value of thefilterDefinitionsrecord component.Methods in io.kroxylicious.proxy.config with parameters of type NamedFilterDefinitionModifier and TypeMethodDescriptionbooleanNamedFilterDefinition.sameAs(NamedFilterDefinition other) Returnstrueif this definition is semantically identical toother. -
Uses of NamedFilterDefinition in io.kroxylicious.proxy.internal.routing
Methods in io.kroxylicious.proxy.internal.routing that return types with arguments of type NamedFilterDefinitionModifier and TypeMethodDescriptionRouteDescriptor.filters()Returns the value of thefiltersrecord component.Constructor parameters in io.kroxylicious.proxy.internal.routing with type arguments of type NamedFilterDefinitionModifierConstructorDescriptionRouteDescriptor(String name, int id, TargetCluster targetCluster, String routerName, List<NamedFilterDefinition> filters) Creates an instance of aRouteDescriptorrecord class. -
Uses of NamedFilterDefinition in io.kroxylicious.proxy.model
Methods in io.kroxylicious.proxy.model that return types with arguments of type NamedFilterDefinitionConstructor parameters in io.kroxylicious.proxy.model with type arguments of type NamedFilterDefinitionModifierConstructorDescriptionVirtualClusterModel(String clusterName, TargetCluster targetCluster, boolean logNetwork, boolean logFrames, List<NamedFilterDefinition> filters) VirtualClusterModel(String clusterName, RoutingModel routing, boolean logNetwork, boolean logFrames, List<NamedFilterDefinition> filters, CacheConfiguration topicNameCacheConfig, TransportSubjectBuilderConfig transportSubjectBuilderConfig, Duration drainTimeout, PluginFactoryRegistry pluginFactoryRegistry)