Uses of Interface
io.gravitee.gateway.reactive.api.context.kafka.KafkaMessageExecutionContext
Packages that use KafkaMessageExecutionContext
-
Uses of KafkaMessageExecutionContext in io.gravitee.gateway.reactive.api.policy.kafka
Methods in io.gravitee.gateway.reactive.api.policy.kafka with parameters of type KafkaMessageExecutionContextModifier and TypeMethodDescriptiondefault io.reactivex.rxjava3.core.CompletableKafkaPolicy.onMessageRequest(KafkaMessageExecutionContext ctx) Define the actions to perform during theExecutionPhase.MESSAGE_REQUESTphase.default io.reactivex.rxjava3.core.CompletableKafkaPolicy.onMessageResponse(KafkaMessageExecutionContext ctx) Define the actions to perform during theExecutionPhase.MESSAGE_RESPONSEphase.