Show / Hide Table of Contents

    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

    CanResolve(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.

    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini