Click or drag to resize

CompilerOptionsBusModifierEventType Property

Returns the callback that determines whether the event type is visible in the event bus i.e. available for use with send-event.

Namespace:  com.espertech.esper.compiler.client
Assembly:  NEsper.Compiler (in NEsper.Compiler.dll) Version: 8.0.0.0
Syntax
C#
public BusModifierEventTypeOption BusModifierEventType { get; set; }

Return Value

Type: BusModifierEventTypeOption
callback to set the event type bus modifier value
See Also