Interface IArgumentResolver
- Namespace
- Silverback.Messaging.Subscribers.ArgumentResolvers
- Assembly
- Silverback.Core.dll
Used as base for the more specialized IMessageArgumentResolver and IAdditionalArgumentResolver.
public interface IArgumentResolver
Methods
CanResolve(Type)
Returns a boolean value indicating whether this resolver instance can handle the parameter of the specified type.
bool CanResolve(Type parameterType)
Parameters
parameterTypeTypeThe type of the parameter to be resolved.
Returns
- bool
A boolean value indicating whether the specified parameter type can be handled.