Interface IBrokerMessageIdentifiersTrackerFactory
- Assembly
- Silverback.Integration.dll
Builds an IBrokerMessageIdentifiersTracker instance for the EndpointConfiguration.
public interface IBrokerMessageIdentifiersTrackerFactory
Methods
GetTracker(EndpointConfiguration, IServiceProvider)
Returns the IBrokerMessageIdentifiersTracker compatible with the specific message broker.
IBrokerMessageIdentifiersTracker GetTracker(EndpointConfiguration configuration, IServiceProvider serviceProvider)
Parameters
configurationEndpointConfigurationThe endpoint configuration that will be used to determine the IBrokerMessageIdentifiersTracker to be used.
serviceProviderIServiceProviderThe IServiceProvider that can be used to resolve additional services.