Interface SslFactory.SslFactoryCreated
- Enclosing class:
- SslFactory
public static interface SslFactory.SslFactoryCreated
Interface to react when keystore or truststore is created, to emit metrics or log events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonKeystoreCreated(KeyStore keystore) voidonTruststoreCreated(KeyStore truststore)
-
Method Details
-
onKeystoreCreated
-
onTruststoreCreated
-