java.lang.Object
org.wildfly.microprofile.reactive.messaging.config.kafka.ssl.context.KafkaClientCustomizer
All Implemented Interfaces:
io.smallrye.reactive.messaging.ClientCustomizer<Map<String,Object>>, jakarta.enterprise.inject.spi.Prioritized

@ApplicationScoped public class KafkaClientCustomizer extends Object implements io.smallrye.reactive.messaging.ClientCustomizer<Map<String,Object>>
  • Constructor Details

    • KafkaClientCustomizer

      public KafkaClientCustomizer()
  • Method Details

    • customize

      public Map<String,Object> customize(String channel, org.eclipse.microprofile.config.Config channelConfig, Map<String,Object> config)
      Specified by:
      customize in interface io.smallrye.reactive.messaging.ClientCustomizer<Map<String,Object>>