gcp4zio.pubsub.subscriber

Members list

Type members

Classlikes

case class Config(maxQueueSize: Int, parallelPullCount: Int, maxAckExtensionPeriod: FiniteDuration, awaitTerminatePeriod: FiniteDuration, customizeSubscriber: Option[Builder => Builder], onFailedTerminate: Throwable => Task[Unit])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class InternalPubSubError(cause: Throwable) extends Throwable

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object PSSubscriber

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class Record(value: PubsubMessage, ack: Task[Unit], nack: Task[Unit])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all