org.apache.pekko.remote.artery.tcp.SSLEngineProviderSetup
See theSSLEngineProviderSetup companion object
class SSLEngineProviderSetup extends Setup
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
Members list
In this article