This interface defines virtual methods for each of the user-facing overload sets in PublisherClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type PublisherClient.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This page provides documentation for the `PublisherConnection` object, which is integral to the `PublisherClient` within the Eventarc publishing v1 library."],["The `PublisherConnection` interface allows for custom behavior to be injected during testing via mocking, using objects like `MockPublisherConnection`."],["The latest version of `PublisherConnection` is version 2.37.0-rc, with multiple previous versions available for reference."],["`PublisherConnection` includes virtual functions for `options()`, `PublishChannelConnectionEvents()`, and `PublishEvents()`, which handle publishing events and connections."],["To create an instance of a `PublisherConnection`, you would use the function `MakePublisherConnection()` which is detailed further in the documentation."]]],[]]