C# Class EventHubListenerLib.DefaultPartitionStateFactory

default implementation of IEventHubPartitionStateFactory that uses Service Fabric reliable state. It uses an IReliableDictionary CTORs are provided to allow you to overide diciotnary name and/or entry name prefix.
Inheritance: IEventHubPartitionStateFactory
Afficher le fichier Open project: khenidak/service-fabric-eventhub-listener

Méthodes publiques

Свойство Type Description
DEFAULT_DICTIONARY_NAME string

Méthodes publiques

Méthode Description
DefaultPartitionStateFactory ( IReliableStateManager stateManager ) : EventHubListenerLib.Common
DefaultPartitionStateFactory ( IReliableStateManager stateManager, string reliableDictionaryName ) : EventHubListenerLib.Common
DefaultPartitionStateFactory ( IReliableStateManager stateManager, string reliableDictionaryName, string entriesPrefix ) : EventHubListenerLib.Common
GetOrCreateAsync ( string PartitionId ) : Task

Method Details

DefaultPartitionStateFactory() public méthode

public DefaultPartitionStateFactory ( IReliableStateManager stateManager ) : EventHubListenerLib.Common
stateManager IReliableStateManager
Résultat EventHubListenerLib.Common

DefaultPartitionStateFactory() public méthode

public DefaultPartitionStateFactory ( IReliableStateManager stateManager, string reliableDictionaryName ) : EventHubListenerLib.Common
stateManager IReliableStateManager
reliableDictionaryName string
Résultat EventHubListenerLib.Common

DefaultPartitionStateFactory() public méthode

public DefaultPartitionStateFactory ( IReliableStateManager stateManager, string reliableDictionaryName, string entriesPrefix ) : EventHubListenerLib.Common
stateManager IReliableStateManager
reliableDictionaryName string
entriesPrefix string
Résultat EventHubListenerLib.Common

GetOrCreateAsync() public méthode

public GetOrCreateAsync ( string PartitionId ) : Task
PartitionId string
Résultat Task

Property Details

DEFAULT_DICTIONARY_NAME public_oe static_oe property

public static string DEFAULT_DICTIONARY_NAME
Résultat string