HmsSettings

org.apache.pekko.stream.connectors.huawei.pushkit.HmsSettings$
See theHmsSettings companion class
object HmsSettings

Attributes

Companion
class
Source
HmsSettings.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Inherited types

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala

Value members

Concrete methods

def apply(config: Config): HmsSettings

Reads from the given config.

Reads from the given config.

Attributes

Source
HmsSettings.scala

Scala API: Creates HmsSettings from the Config attached to an org.apache.pekko.actor.ActorSystem.

Scala API: Creates HmsSettings from the Config attached to an org.apache.pekko.actor.ActorSystem.

Attributes

Source
HmsSettings.scala
def apply()(implicit system: ClassicActorSystemProvider, dummy: DummyImplicit): HmsSettings

Scala API: Creates HmsSettings from the Config attached to an actor system.

Scala API: Creates HmsSettings from the Config attached to an actor system.

Attributes

Source
HmsSettings.scala
def apply(appId: String, appSecret: String, isTest: Boolean, maxConcurrentConnections: Int, forwardProxy: Option[ForwardProxy]): HmsSettings

Attributes

Source
HmsSettings.scala
def apply(appId: String, appSecret: String, isTest: Boolean, maxConcurrentConnections: Int): HmsSettings

Attributes

Source
HmsSettings.scala
def apply(appId: String, appSecret: String): HmsSettings

Attributes

Source
HmsSettings.scala
def apply(appId: String, appSecret: String, forwardProxy: Option[ForwardProxy]): HmsSettings

Attributes

Source
HmsSettings.scala
def create(config: Config): HmsSettings

Java API: Reads from the given config.

Java API: Reads from the given config.

Attributes

Source
HmsSettings.scala

Java API: Creates HmsSettings from the Config attached to an actor system.

Java API: Creates HmsSettings from the Config attached to an actor system.

Attributes

Source
HmsSettings.scala
def create(appId: String, appSecret: String, isTest: Boolean, maxConcurrentConnections: Int, forwardProxy: ForwardProxy): HmsSettings

Java API.

Java API.

Attributes

Source
HmsSettings.scala
def create(appId: String, appSecret: String, isTest: Boolean, maxConcurrentConnections: Int): HmsSettings

Java API.

Java API.

Attributes

Source
HmsSettings.scala
def create(appId: String, appSecret: String): HmsSettings

Java API.

Java API.

Attributes

Source
HmsSettings.scala
def create(appId: String, appSecret: String, forwardProxy: ForwardProxy): HmsSettings

Java API.

Java API.

Attributes

Source
HmsSettings.scala

Concrete fields

Attributes

Source
HmsSettings.scala

Implicits

Implicits

implicit def settings(implicit system: ClassicActorSystemProvider): HmsSettings

Attributes

Source
HmsSettings.scala