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