EventHubAdapterFactory.QueueMapperFactory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create a queue mapper to map EventHub partitions to queues
protected Func<string[],Orleans.ServiceBus.Providers.IEventHubQueueMapper> QueueMapperFactory { get; set; }
member this.QueueMapperFactory : Func<string[], Orleans.ServiceBus.Providers.IEventHubQueueMapper> with get, set
Protected Property QueueMapperFactory As Func(Of String(), IEventHubQueueMapper)