gcp4zio-pubsub
gcp4zio-pubsub
gcp4zio.pubsub
gcp4zio.pubsub.publisher
Config
MessageEncoder
MessageEncoder
PSPublisher
PSPublisher
PSPublisherClient
PSPublisherImpl
gcp4zio.pubsub.subscriber
Config
InternalPubSubError
PSSubscriber
PSSubscriber
PSSubscriberClient
PubsubMessageReceiver
PSSubscriberImpl
Record
gcp4zio.pubsub.subscription
PSSubscription
PSSubscription
PSSubscriptionClient
PSSubscriptionImpl
gcp4zio.pubsub.topic
PSTopic
PSTopic
PSTopicClient
PSTopicImpl
gcp4zio-pubsub
/
gcp4zio.pubsub.subscriber
/
PSSubscriberImpl
PSSubscriberImpl
case
class
PSSubscriberImpl
(
subscriber:
Subscriber
,
queue:
BlockingQueue
[
Either
[
InternalPubSubError
,
Record
]],
config:
Config
)
extends
PSSubscriber
Graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
PSSubscriber
class
Object
trait
Matchable
class
Any
Value members
Value members
Inherited methods
def
productElementNames
:
Iterator
[
String
]
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Inherited from:
Product
Concrete fields
val
subscribe
:
ZStream
[
Scope
,
Throwable
,
Record
]