zio.pulsar
package zio.pulsar
Members list
Type members
Classlikes
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object Consumer
object ConsumerBuilder
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConsumerBuilder.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
object ConsumerConfigPart
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ConsumerConfigPart.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object Producer
object ProducerBuilder
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ProducerBuilder.type
object ProducerConfigPart
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
ProducerConfigPart.type
object Properties
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Properties.type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class StringProperty
- Self type
-
Property[T]
trait PulsarClient
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
object PulsarClient
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
PulsarClient.type
final case class PulsarClientConfig(serviceUrl: String, loadConf: Option[Map[String, Any]], serviceUrlProvider: Option[ServiceUrlProvider], connectionMaxIdleSeconds: Option[Int], authentication: Option[Authentication], operationTimeout: Option[Duration], lookupTimeout: Option[Duration], ioThreads: Option[Int], listenerThreads: Option[Int], connectionsPerBroker: Option[Int], maxConcurrentLookupRequests: Option[Int], statsInterval: Option[Duration], maxLookupRequests: Option[Int], maxLookupRedirects: Option[Int], maxNumberOfRejectedRequestPerConnection: Option[Int], keepAliveInterval: Option[Duration], connectionTimeout: Option[Duration], startingBackoffInterval: Option[Duration], maxBackoffInterval: Option[Duration], enableBusyWait: Option[Boolean], clock: Option[Clock], enableTransaction: Option[Boolean])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
final case class StringProperty(key: String, value: String) extends Property[String]
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Property[String]class Objecttrait Matchableclass AnyShow all
case class Subscription[K <: SubscriptionKind](name: String, `type`: SubscriptionType[K], initialPosition: Option[SubscriptionInitialPosition], properties: Map[String, String])
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
- Self type
-
Subscription[K]
object Subscription
Attributes
- Companion
- class
- Supertypes
-
trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
Subscription.type
Attributes
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
trait SharedSubscription
object SubscriptionKind
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SubscriptionKind.type
object SubscriptionMode
Attributes
- Companion
- trait
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SubscriptionMode.type
object SubscriptionType
Attributes
- Companion
- trait
- Supertypes
-
trait Sumtrait Mirrorclass Objecttrait Matchableclass Any
- Self type
-
SubscriptionType.type
Attributes
- Version
-
1.0,2024/1/9
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
In this article