Class SSLEngineProviderSetup
java.lang.Object
org.apache.pekko.actor.setup.Setup
org.apache.pekko.remote.artery.tcp.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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SSLEngineProviderSetupapply(scala.Function1<ExtendedActorSystem, SSLEngineProvider> sslEngineProvider) Scala API: factory for defining aSSLEngineProviderthat is passed in when ActorSystem is created rather than creating one from configured class name.static SSLEngineProviderSetupcreate(Function<ExtendedActorSystem, SSLEngineProvider> sslEngineProvider) Java API: factory for defining aSSLEngineProviderthat is passed in when ActorSystem is created rather than creating one from configured class name.scala.Function1<ExtendedActorSystem,SSLEngineProvider>
-
Constructor Details
-
SSLEngineProviderSetup
public SSLEngineProviderSetup()
-
-
Method Details
-
apply
public static SSLEngineProviderSetup apply(scala.Function1<ExtendedActorSystem, SSLEngineProvider> sslEngineProvider) Scala API: factory for defining aSSLEngineProviderthat is passed in when ActorSystem is created rather than creating one from configured class name. -
create
public static SSLEngineProviderSetup create(Function<ExtendedActorSystem, SSLEngineProvider> sslEngineProvider) Java API: factory for defining aSSLEngineProviderthat is passed in when ActorSystem is created rather than creating one from configured class name. -
sslEngineProvider
-