.NET Client Documentation
5.1.1
Search Results for

    Show / Hide Table of Contents

    IPatternMatcher Interface

    Namespace: Hazelcast.Core
    Assembly: Hazelcast.Net.dll

    Provides a strategy to match an item name to a configuration pattern.

    public interface IPatternMatcher
    Remarks

    A pattern matcher is used to retrieve the configuration of a particular item, based upon its name. If no configuration matches, the pattern matcher returns null. If multiple configurations match, the pattern matcher throws a ConfigurationException.

    Methods

    Matches(IEnumerable<String>, String)

    Gets the best match for an item name out of a list of configuration patterns.

    In This Article
    Back to top Copyright © 2010-2022 Hazelcast, Inc. All rights reserved.
    Generated by DocFX.