addBundleUpdateHandler

abstract fun addBundleUpdateHandler(name: String, updateHandler: Consumer<SslBundle>)

Add a handler that will be called each time the named bundle is updated.

Since

3.2.0

Parameters

name

the bundle name

updateHandler

the handler that should be called

Throws

if a bundle with the provided name does not exist