Interface IMessagePollerFactory
Factory for creating instances of IMessagePoller. Users that want to use a custom IMessagePoller can inject into the Microsoft.Extensions.DependencyInjection.IServiceCollection their own implementation of IMessagePollerFactory to construct a custom IMessagePoller instance.
public interface IMessagePollerFactory
Methods
CreateMessagePoller(IMessagePollerConfiguration)
Create an instance of IMessagePoller for the given resource type.
IMessagePoller CreateMessagePoller(IMessagePollerConfiguration pollerConfiguration)
Parameters
pollerConfiguration
IMessagePollerConfigurationThe configuration for the poller.