Class KafkaBinderRuntimeHints

java.lang.Object
org.springframework.cloud.stream.binder.kafka.aot.KafkaBinderRuntimeHints
All Implemented Interfaces:
org.springframework.aot.hint.RuntimeHintsRegistrar

public class KafkaBinderRuntimeHints extends Object implements org.springframework.aot.hint.RuntimeHintsRegistrar
RuntimeHintsRegistrar for the Kafka binder in Spring Cloud Stream.
Since:
4.0.5
Author:
Soby Chacko
  • Constructor Details

    • KafkaBinderRuntimeHints

      public KafkaBinderRuntimeHints()
  • Method Details

    • registerHints

      public void registerHints(org.springframework.aot.hint.RuntimeHints hints, @Nullable ClassLoader classLoader)
      Specified by:
      registerHints in interface org.springframework.aot.hint.RuntimeHintsRegistrar