VMware Tanzu GemFire .NET Client API Reference
ICqAttributesFactory< TKey, TResult > Interface Template Reference
Interface for CQ attributes factory More...
Inherited by CqAttributesFactory< TKey, TResult >.
Public Member Functions | |
| ICqAttributesFactory< TKey, TResult > | AddCqListener (ICqListener< TKey, TResult > listener) |
| Builder pattern method to add a ICqListener<TKey, TResult> More... | |
| ICqAttributesFactory< TKey, TResult > | SetExcludedEvents (HashSet< ExcludedEvent > excludedEvents) |
| Builder pattern method to configure ExcludedEvent for this ICqAttributesFactory<TKey, TResult> More... | |
| ICqAttributes< TKey, TResult > | Create () |
| Creation method More... | |
Detailed Description
Interface for CQ attributes factory
- Template Parameters
-
TKey TResult
Member Function Documentation
◆ AddCqListener()
| ICqAttributesFactory<TKey, TResult> ICqAttributesFactory< TKey, TResult >.AddCqListener | ( | ICqListener< TKey, TResult > | listener | ) |
Builder pattern method to add a ICqListener<TKey, TResult>
- Parameters
-
listener
◆ Create()
| ICqAttributes<TKey, TResult> ICqAttributesFactory< TKey, TResult >.Create | ( | ) |
Creation method
- Returns
- ICqAttributes<TKey, TResult>
◆ SetExcludedEvents()
| ICqAttributesFactory<TKey, TResult> ICqAttributesFactory< TKey, TResult >.SetExcludedEvents | ( | HashSet< ExcludedEvent > | excludedEvents | ) |
Builder pattern method to configure ExcludedEvent for this ICqAttributesFactory<TKey, TResult>
- Parameters
-
excludedEvents
The documentation for this interface was generated from the following file:
- gemfire.client/Interfaces/ICqAttributesFactory.cs

