Interface SslBundleRegistrar

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface SslBundleRegistrar
Interface to be implemented by types that register SslBundle instances with an SslBundleRegistry.
Since:
3.1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerBundles(org.springframework.boot.ssl.SslBundleRegistry registry)
    Callback method for registering SslBundles with an SslBundleRegistry.
  • Method Details

    • registerBundles

      void registerBundles(org.springframework.boot.ssl.SslBundleRegistry registry)
      Callback method for registering SslBundles with an SslBundleRegistry.
      Parameters:
      registry - the registry that accepts SslBundles