 | CountMinSketchAgentForgeAcceptableValueTypes Property |
Returns an array of types that the agent can handle, for validation purposes.
For example, an agent that accepts byte-array type values should return "new Class[] {String.class}".
Interfaces and supertype classes can also be part of the class array.
Namespace:
com.espertech.esper.common.client.util
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
SyntaxType[] AcceptableValueTypes { get; }
Property Value
Type:
Typeclass array of acceptable type
See Also