Click or drag to resize

EventBeanFactory Interface

Factory for EventBean instances given an underlying event object.

Not transferable between engine instances.

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public interface EventBeanFactory

The EventBeanFactory type exposes the following members.

Methods
  NameDescription
Public methodWrap
Wraps the underlying event object.
Top
See Also