Class StreamRuntimeHints

java.lang.Object
org.springframework.cloud.stream.aot.StreamRuntimeHints
All Implemented Interfaces:
org.springframework.aot.hint.RuntimeHintsRegistrar

public class StreamRuntimeHints extends Object implements org.springframework.aot.hint.RuntimeHintsRegistrar
RuntimeHintsRegistrar for the Core in Spring Cloud Stream.
Author:
Omer Celik
  • Constructor Details

    • StreamRuntimeHints

      public StreamRuntimeHints()
  • 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