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.
Interface to be implemented by types that register
SslBundle
instances with an
SslBundleRegistry
.- Since:
- 3.1.0
- Author:
- Scott Frederick
-
Method Summary
Modifier and TypeMethodDescriptionvoid
registerBundles
(SslBundleRegistry registry) Callback method for registeringSslBundle
s with anSslBundleRegistry
.
-
Method Details
-
registerBundles
Callback method for registeringSslBundle
s with anSslBundleRegistry
.- Parameters:
registry
- the registry that acceptsSslBundle
s
-