Uses of Interface
io.kroxylicious.proxy.router.CloseOrTerminalStage
Packages that use CloseOrTerminalStage
-
Uses of CloseOrTerminalStage in io.kroxylicious.proxy.router
Methods in io.kroxylicious.proxy.router that return CloseOrTerminalStageModifier and TypeMethodDescriptionRouterContext.respondWith(org.apache.kafka.common.message.ResponseHeaderData header, org.apache.kafka.common.protocol.ApiMessage body) Begins building a router response that delivers a synthesised response to the client.RouterContext.respondWith(org.apache.kafka.common.protocol.ApiMessage body) Begins building a router response that delivers the given response body to the client.RouterContext.respondWithError(org.apache.kafka.common.message.RequestHeaderData header, org.apache.kafka.common.protocol.ApiMessage request, org.apache.kafka.common.errors.ApiException exception) Begins building a router result that generates an error response for the client.RouterContext.respondWithoutReply()Begins building a router result for a fire-and-forget request where no response is delivered to the client (e.g. acks=0PRODUCE).