SSLEngineProviderSetup

org.apache.pekko.remote.artery.tcp.SSLEngineProviderSetup
See theSSLEngineProviderSetup companion object

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

Attributes

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

Members list

Value members

Inherited methods

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

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

Attributes

Inherited from:
Setup
Source
ActorSystemSetup.scala