Class SSLEngineProviderSetup

java.lang.Object
org.apache.pekko.actor.setup.Setup
org.apache.pekko.remote.artery.tcp.SSLEngineProviderSetup

public 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