Click or drag to resize

EventTypeBusModifier Class

Modifier that dictates whether an event type allows or does not allow sending events in using one of the send-event methods.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.utilEventTypeBusModifier

Namespace:  com.espertech.esper.common.client.util
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class EventTypeBusModifier : Enum

The EventTypeBusModifier type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBUS
Allow sending in events of this type using the send-event API on event service.
Public fieldStatic memberNONBUS
Disallow sending in events of this type using the send-event API on event service.
Public fieldvalue__
Top
See Also