final class PubSubSettings extends AnyRef
Connection settings used to establish Pub/Sub connection.
- Source
- PubSubSettings.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- PubSubSettings
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val host: String
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val port: Int
- val rootCa: Option[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val useTls: Boolean
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withHost(host: String): PubSubSettings
Endpoint hostname where the gRPC connection is made.
- def withPort(port: Int): PubSubSettings
Endpoint port where the gRPC connection is made.
- def withRootCa(rootCa: String): PubSubSettings
A filename on the classpath which contains the root certificate authority that is going to be used to verify certificate presented by the gRPC endpoint.
Deprecated Value Members
- val callCredentials: Option[CallCredentials]
- Annotations
- @deprecated
- Deprecated
(Since version 3.0.0) Use akka.stream.alpakka.google.GoogleSettings
- def withCallCredentials(callCredentials: CallCredentials): PubSubSettings
Credentials that are going to be used for gRPC call authorization.
Credentials that are going to be used for gRPC call authorization.
- Annotations
- @deprecated @Deprecated
- Deprecated
(Since version 3.0.0) Use akka.stream.alpakka.google.GoogleSettings