SSLEngineProviderSetup

Setup for defining a SSLEngineProvider that is passed in when ActorSystem is created rather than creating one from configured class name. That is useful when the SSLEngineProvider implementation require other external constructor parameters or is created before the ActorSystem is created.

Constructor is Internal API, use factories in SSLEngineProviderSetup

Companion:
object
Source:
SSLEngineProvider.scala
class Setup
class Object
trait Matchable
class Any

Value members

Inherited methods

final def and(other: Setup): ActorSystemSetup

Construct an ActorSystemSetup with this setup combined with another one. Allows for fluent creation of settings. If other is a setting of the same concrete Setup as this it will replace this.

Construct an ActorSystemSetup with this setup combined with another one. Allows for fluent creation of settings. If other is a setting of the same concrete Setup as this it will replace this.

Inherited from:
Setup
Source:
ActorSystemSetup.scala