Classes
PublisherClient
Eventarc processes events generated by an event provider and delivers them to a subscriber.
PublisherConnection
The PublisherConnection
object for PublisherClient
.
PublisherConnectionIdempotencyPolicy
PublisherLimitedErrorCountRetryPolicy
A retry policy for PublisherConnection
based on counting errors.
PublisherLimitedTimeRetryPolicy
A retry policy for PublisherConnection
based on elapsed time.
PublisherRetryPolicy
The retry policy for PublisherConnection
.
Structs
PublisherBackoffPolicyOption
Use with google::cloud::Options
to configure the backoff policy.
PublisherConnectionIdempotencyPolicyOption
Use with google::cloud::Options
to configure which operations are retried.
PublisherRetryPolicyOption
Use with google::cloud::Options
to configure the retry policy.
Functions
MakePublisherConnection(Options)
A factory function to construct an object of type PublisherConnection
.
The returned connection object should not be used directly; instead it should be passed as an argument to the constructor of PublisherClient.
The optional options
argument may be used to configure aspects of the returned PublisherConnection
. Expected options are any of the types in the following option lists:
Parameter | |
---|---|
Name | Description |
options |
(optional) Configure the |
Returns | |
---|---|
Type | Description |
std::shared_ptr< PublisherConnection > |
MakeDefaultPublisherConnectionIdempotencyPolicy()
Returns | |
---|---|
Type | Description |
std::unique_ptr< PublisherConnectionIdempotencyPolicy > |
Type Aliases
PublisherPolicyOptionList
OptionList< PublisherRetryPolicyOption, PublisherBackoffPolicyOption, PublisherConnectionIdempotencyPolicyOption >
The options applicable to Publisher.