ShipitSmarter.Core.Messaging.Publisher 8.0.30

dotnet add package ShipitSmarter.Core.Messaging.Publisher --version 8.0.30
NuGet\Install-Package ShipitSmarter.Core.Messaging.Publisher -Version 8.0.30
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ShipitSmarter.Core.Messaging.Publisher" Version="8.0.30" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ShipitSmarter.Core.Messaging.Publisher --version 8.0.30
#r "nuget: ShipitSmarter.Core.Messaging.Publisher, 8.0.30"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ShipitSmarter.Core.Messaging.Publisher as a Cake Addin
#addin nuget:?package=ShipitSmarter.Core.Messaging.Publisher&version=8.0.30

// Install ShipitSmarter.Core.Messaging.Publisher as a Cake Tool
#tool nuget:?package=ShipitSmarter.Core.Messaging.Publisher&version=8.0.30

ShipitSmarter.Core.Messaging.Sender

Defines interfaces and implementations for sending messages.

IPublisher

public class MyService {
    private readonly IPublisher _publisher;

    public MyService(IPublisher publisher) {
        _publisher = publisher;
    }

    public async Task DoSomething() {
        var msg = new MyMessage();
        await _publisher.Publish(msg);
    }
}

GooglePublisherClient

Register the client:

services.AddGooglePublisherClient("project-id", "topic-id");

You'll also need to have an implementation of ICorrelator registered.

Use the client as IPublisher.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
8.0.30 121 4/8/2024
8.0.30-20240408113247.pr59... 37 4/8/2024
8.0.29 118 4/8/2024
8.0.29-20240408082248.pr60... 40 4/8/2024
8.0.29-20240405125807.pr59... 35 4/5/2024
8.0.29-20240405123857.pr59... 36 4/5/2024
8.0.28 82 4/5/2024
8.0.28-20240405095528.pr58... 36 4/5/2024
8.0.27 122 4/5/2024
8.0.27-20240404132455.pr57... 42 4/4/2024
8.0.26 144 3/15/2024
8.0.25 87 3/15/2024
8.0.25-20240315091624.pr55... 48 3/15/2024
8.0.24 338 3/14/2024
8.0.24-20240314103121.pr54... 46 3/14/2024
8.0.24-20240314102733.pr54... 37 3/14/2024
8.0.23 77 3/14/2024
8.0.23-20240313154945.pr53... 42 3/13/2024
8.0.22 111 3/13/2024
8.0.22-20240313111340.pr52... 40 3/13/2024
8.0.22-20240312092108.pr52... 41 3/12/2024
8.0.22-20240311145707.pr51... 42 3/11/2024
8.0.22-20240311145440.pr51... 39 3/11/2024
8.0.21 62 3/11/2024
8.0.21-20240311073331.pr50... 43 3/11/2024
8.0.21-20240308155628.pr50... 41 3/8/2024
8.0.21-20240308155514.pr50... 40 3/8/2024
8.0.20 98 3/7/2024
8.0.20-20240306102724.pr49... 42 3/6/2024
8.0.20-20240306074606.pr49... 45 3/6/2024
8.0.20-20240305130535.pr49... 33 3/5/2024
8.0.20-20240305125122.pr49... 41 3/5/2024
8.0.20-20240305102258.pr49... 45 3/5/2024
8.0.20-20240305073153.pr49... 49 3/5/2024
8.0.20-20240304150120.pr49... 43 3/4/2024
8.0.20-20240304141818.pr49... 42 3/4/2024
8.0.19 115 2/28/2024
8.0.19-20240228151419.pr48... 47 2/28/2024
8.0.19-20240228145935.pr48... 42 2/28/2024
8.0.18 126 2/28/2024
8.0.18-20240228102420.pr47... 37 2/28/2024
8.0.17 144 2/27/2024
8.0.17-20240227140309.pr46... 41 2/27/2024
8.0.16 90 2/26/2024
8.0.15 74 2/26/2024
8.0.15-20240226090939.pr43... 31 2/26/2024
8.0.15-20240226085624.pr44... 38 2/26/2024
8.0.15-20240223160221.pr43... 46 2/23/2024
8.0.15-20240223155350.pr43... 35 2/23/2024
8.0.15-20240223154647.pr43... 39 2/23/2024
8.0.15-20240223154022.pr43... 44 2/23/2024
8.0.14 177 2/22/2024
8.0.14-20240222093550.pr41... 44 2/22/2024
8.0.13 87 2/22/2024
8.0.13-20240222092403.pr40... 49 2/22/2024