Interface IConsumerTypesProvider
- Namespace
- ReflectionEventing
- Assembly
- ReflectionEventing.dll
Defines a contract for a provider that can supply consumers for a specific event type.
public interface IConsumerTypesProvider
- Extension Methods
Remarks
Implementations of this interface are expected to provide a mechanism to retrieve consumers that can handle a specific event type.
Methods
GetConsumerTypes(Type)
Gets the consumer types for the specified event type.
IEnumerable<Type> GetConsumerTypes(Type eventType)
Parameters
eventTypeType
Returns
- IEnumerable<Type>
A collection of consumer types that can handle the specified event type.