zeebe-connector 0.1.0

dotnet add package zeebe-connector --version 0.1.0
NuGet\Install-Package zeebe-connector -Version 0.1.0
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="zeebe-connector" Version="0.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add zeebe-connector --version 0.1.0
#r "nuget: zeebe-connector, 0.1.0"
#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 zeebe-connector as a Cake Addin
#addin nuget:?package=zeebe-connector&version=0.1.0

// Install zeebe-connector as a Cake Tool
#tool nuget:?package=zeebe-connector&version=0.1.0

Represents an Zeebe Hazelcast connector, which can be used in combination
with the Zeebe Hazelcast exporter.

The Zeebe Hazelcast exporter transforms the exported Zeebe Records into
protobuf messages and transfer them over the wire to the registered connectors.
Zeebe Hazelcast Connectors are available for Java and C#.

For more information please visit https://github.com/zeebe-io/zeebe-hazelcast-exporter .

Product Compatible and additional computed target framework versions.
.NET Framework net471 is compatible.  net472 was computed.  net48 was computed.  net481 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
0.1.0 749 1/23/2019

Released first version of the Zeebe Hazelcast Exporter and the corresponding C# connector.
The Exporter currently only supports the following value types:

* WorkflowInstanceEventListener
* DeploymentEventListener
* JobEventListener
* IncidentEventListener