Show / Hide Table of Contents

Class EventHubOptions

Represents the configurations to get a Event Hub connection.

Inheritance
System.Object
EventHubOptions
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 EventHubOptions

Properties

Consumers

List of configurations for consumer an event hub message and make it as read.

Declaration
public List<ConsumerConfigurationsOptions> Consumers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ConsumerConfigurationsOptions>

List with object or null

Producers

List of configurations for producer an event hub message and make it as read.

Declaration
public List<ProducerConfigurationsOptions> Producers { get; set; }
Property Value
Type Description
System.Collections.Generic.List<ProducerConfigurationsOptions>

List with object or null

Back to top Generated by DocFX