Uses of Interface
io.kroxylicious.proxy.router.RouterResponse
Packages that use RouterResponse
-
Uses of RouterResponse in io.kroxylicious.proxy.router
Methods in io.kroxylicious.proxy.router that return RouterResponseMethods in io.kroxylicious.proxy.router that return types with arguments of type RouterResponseModifier and TypeMethodDescriptionTerminalStage.completed()Produces the router result contained within a completedCompletionStage.Router.onRequest(org.apache.kafka.common.protocol.ApiKeys apiKey, short apiVersion, org.apache.kafka.common.message.RequestHeaderData header, org.apache.kafka.common.protocol.ApiMessage request, RouterContext context) Called for each incoming client request that is dynamically routed.