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.topic
/
PSTopic
PSTopic
object
PSTopic
Companion:
class
Graph
Supertypes
Self type
class
Object
trait
Matchable
class
Any
PSTopic
.type
Value members
Value members
Concrete methods
def
createTopic
(
project:
String
,
topic:
String
):
ZIO
[
PSTopicEnv
,
Throwable
,
Topic
]
def
deleteTopic
(
project:
String
,
topic:
String
):
ZIO
[
PSTopicEnv
,
Throwable
,
Unit
]
def
live
(
path:
Option
[
String
]):
TaskLayer
[
PSTopicEnv
]
Concrete fields
val
test
:
TaskLayer
[
PSTopicEnv
]