Uses of Record Class
io.kroxylicious.proxy.config.VirtualClusterGateway
Packages that use VirtualClusterGateway
-
Uses of VirtualClusterGateway in io.kroxylicious.proxy.config
Methods in io.kroxylicious.proxy.config that return types with arguments of type VirtualClusterGatewayModifier and TypeMethodDescriptionVirtualCluster.gateways()Returns the value of thegatewaysrecord component.Constructor parameters in io.kroxylicious.proxy.config with type arguments of type VirtualClusterGatewayModifierConstructorDescriptionVirtualCluster(String name, TargetCluster targetCluster, RouteTarget target, List<VirtualClusterGateway> gateways, boolean logNetwork, boolean logFrames, List<String> filters, TransportSubjectBuilderConfig subjectBuilder, CacheConfiguration topicNameCache, Duration drainTimeout) Creates an instance of aVirtualClusterrecord class.VirtualCluster(String name, TargetCluster targetCluster, List<VirtualClusterGateway> gateways, boolean logNetwork, boolean logFrames, List<String> filters)