c

com.google.pubsub.v1.pubsub

DefaultPublisherClient

final class DefaultPublisherClient extends PublisherClient

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultPublisherClient
  2. PublisherClient
  3. AkkaGrpcClient
  4. PublisherClientPowerApi
  5. Publisher
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultPublisherClient(settings: GrpcClientSettings)(implicit sys: ClassicActorSystemProvider)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  6. def close(): Future[Done]
    Definition Classes
    DefaultPublisherClient → AkkaGrpcClient
  7. def closed: Future[Done]
    Definition Classes
    DefaultPublisherClient → AkkaGrpcClient
  8. def createTopic(in: Topic): Future[Topic]

    For access to method metadata use the parameterless version of createTopic

    For access to method metadata use the parameterless version of createTopic

    Definition Classes
    DefaultPublisherClientPublisher
  9. def createTopic(): SingleResponseRequestBuilder[Topic, Topic]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer createTopic(com.google.pubsub.v1.pubsub.Topic) if possible.

    Definition Classes
    DefaultPublisherClientPublisherClientPowerApi
  10. def deleteTopic(in: DeleteTopicRequest): Future[Empty]

    For access to method metadata use the parameterless version of deleteTopic

    For access to method metadata use the parameterless version of deleteTopic

    Definition Classes
    DefaultPublisherClientPublisher
  11. def deleteTopic(): SingleResponseRequestBuilder[DeleteTopicRequest, Empty]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer deleteTopic(com.google.pubsub.v1.pubsub.DeleteTopicRequest) if possible.

    Definition Classes
    DefaultPublisherClientPublisherClientPowerApi
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def getTopic(in: GetTopicRequest): Future[Topic]

    For access to method metadata use the parameterless version of getTopic

    For access to method metadata use the parameterless version of getTopic

    Definition Classes
    DefaultPublisherClientPublisher
  16. def getTopic(): SingleResponseRequestBuilder[GetTopicRequest, Topic]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer getTopic(com.google.pubsub.v1.pubsub.GetTopicRequest) if possible.

    Definition Classes
    DefaultPublisherClientPublisherClientPowerApi
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def listTopicSnapshots(in: ListTopicSnapshotsRequest): Future[ListTopicSnapshotsResponse]

    For access to method metadata use the parameterless version of listTopicSnapshots

    For access to method metadata use the parameterless version of listTopicSnapshots

    Definition Classes
    DefaultPublisherClientPublisher
  20. def listTopicSnapshots(): SingleResponseRequestBuilder[ListTopicSnapshotsRequest, ListTopicSnapshotsResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer listTopicSnapshots(com.google.pubsub.v1.pubsub.ListTopicSnapshotsRequest) if possible.

    Definition Classes
    DefaultPublisherClientPublisherClientPowerApi
  21. def listTopicSubscriptions(in: ListTopicSubscriptionsRequest): Future[ListTopicSubscriptionsResponse]

    For access to method metadata use the parameterless version of listTopicSubscriptions

    For access to method metadata use the parameterless version of listTopicSubscriptions

    Definition Classes
    DefaultPublisherClientPublisher
  22. def listTopicSubscriptions(): SingleResponseRequestBuilder[ListTopicSubscriptionsRequest, ListTopicSubscriptionsResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer listTopicSubscriptions(com.google.pubsub.v1.pubsub.ListTopicSubscriptionsRequest) if possible.

    Definition Classes
    DefaultPublisherClientPublisherClientPowerApi
  23. def listTopics(in: ListTopicsRequest): Future[ListTopicsResponse]

    For access to method metadata use the parameterless version of listTopics

    For access to method metadata use the parameterless version of listTopics

    Definition Classes
    DefaultPublisherClientPublisher
  24. def listTopics(): SingleResponseRequestBuilder[ListTopicsRequest, ListTopicsResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer listTopics(com.google.pubsub.v1.pubsub.ListTopicsRequest) if possible.

    Definition Classes
    DefaultPublisherClientPublisherClientPowerApi
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def publish(in: PublishRequest): Future[PublishResponse]

    For access to method metadata use the parameterless version of publish

    For access to method metadata use the parameterless version of publish

    Definition Classes
    DefaultPublisherClientPublisher
  29. def publish(): SingleResponseRequestBuilder[PublishRequest, PublishResponse]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer publish(com.google.pubsub.v1.pubsub.PublishRequest) if possible.

    Definition Classes
    DefaultPublisherClientPublisherClientPowerApi
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. def updateTopic(in: UpdateTopicRequest): Future[Topic]

    For access to method metadata use the parameterless version of updateTopic

    For access to method metadata use the parameterless version of updateTopic

    Definition Classes
    DefaultPublisherClientPublisher
  33. def updateTopic(): SingleResponseRequestBuilder[UpdateTopicRequest, Topic]

    Lower level "lifted" version of the method, giving access to request metadata etc.

    Lower level "lifted" version of the method, giving access to request metadata etc. prefer updateTopic(com.google.pubsub.v1.pubsub.UpdateTopicRequest) if possible.

    Definition Classes
    DefaultPublisherClientPublisherClientPowerApi
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from PublisherClient

Inherited from AkkaGrpcClient

Inherited from PublisherClientPowerApi

Inherited from Publisher

Inherited from AnyRef

Inherited from Any

Ungrouped