Skip to content

IEventHubQueueCacheFactory Methods

Factory responsible for creating a message cache for an EventHub partition.

CreateCache(string, IStreamQueueCheckpointer<string>, ILoggerFactory)

abstract
public abstract IEventHubQueueCache CreateCache(string partition, IStreamQueueCheckpointer<string> checkpointer, ILoggerFactory loggerFactory)
Function used to create a IEventHubQueueCache

Parameters

partitionstring
checkpointerIStreamQueueCheckpointer<string>
loggerFactoryILoggerFactory