Show / Hide Table of Contents

Class ShuntOptions

Configurations for a Shunt, when a error occurrs over and over again.

Inheritance
System.Object
ShuntOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: StoneCo.Framework.EventHub.Options
Assembly: cs.temp.dll.dll
Syntax
public class ShuntOptions

Properties

MaxRetry

Max number of retry before send to configured producer in this object.

If it is set 0 or less, application will sent to ProducerDefault (From consumerConfiguration), again and again.

Declaration
public int MaxRetry { get; set; }
Property Value
Type Description
System.Int32

ProducerName

The logical name of the event hub client that Event will be shunted.

This name should be registered on Producer options.

Declaration
public string ProducerName { get; set; }
Property Value
Type Description
System.String

MyEventHub, MyClient, ...

Back to top Generated by DocFX