Class SpringBootExtensions

java.lang.Object
org.springframework.geode.core.util.SpringExtensions
org.springframework.geode.core.util.SpringBootExtensions

public abstract class SpringBootExtensions extends SpringExtensions
Abstract base class used to perform actions on Spring Boot configuration and components.
Since:
2.0.0
See Also:
  • Constructor Details

    • SpringBootExtensions

      public SpringBootExtensions()
  • Method Details

    • cleanUpLoggingSystem

      public static void cleanUpLoggingSystem()
      Cleans up all resources allocated by the LoggingSystem loaded, configured and initialized by Spring Boot.
      See Also:
    • cleanUpLoggingSystem

      public static void cleanUpLoggingSystem(@NonNull ClassLoader classLoader)
      Cleans up all resources allocated by the LoggingSystem loaded, configured and initialized by Spring Boot.
      Parameters:
      classLoader - Java ClassLoader used to resolve the Spring Boot LoggingSystem representing the logging provider (e.g. Logback).
      See Also: