Uses of Interface
io.gravitee.gateway.reactive.api.context.kafka.KafkaConnectionContext
Packages that use KafkaConnectionContext
Package
Description
-
Uses of KafkaConnectionContext in io.gravitee.gateway.reactive.api.context.kafka
Methods in io.gravitee.gateway.reactive.api.context.kafka that return KafkaConnectionContextModifier and TypeMethodDescriptionKafkaExecutionContext.connectionContext()Access the connection context. -
Uses of KafkaConnectionContext in io.gravitee.gateway.reactive.api.policy.kafka
Methods in io.gravitee.gateway.reactive.api.policy.kafka with parameters of type KafkaConnectionContextModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.CompletableKafkaSecurityPolicy.authenticate(KafkaConnectionContext ctx) Define the actions to perform during the connection.io.reactivex.rxjava3.core.Maybe<SecurityToken>KafkaSecurityPolicy.extractSecurityToken(KafkaConnectionContext ctx) Extracts theSecurityTokenfrom the kafka connection context.default io.reactivex.rxjava3.core.CompletableKafkaPolicy.onInitialize(KafkaConnectionContext ctx) Define the actions to perform once api is deployed and the connection is established.