Interface ISpecificEntityDispatcher<T>
- Namespace
- Sportradar.OddsFeed.SDK.Api
- Assembly
- Sportradar.OddsFeed.SDK.dll
Defines a contract implemented by classes capable of dispatching only specific entities
public interface ISpecificEntityDispatcher<T> : IOpenable, IEntityDispatcher<T> where T : ISportEvent
Type Parameters
TSpecifies the type of the entities that can be dispatched
- Inherited Members