Click or drag to resize

EventBeanServiceAdapterForBean Method

Construct an event bean for a given bean (Object) using the class of the object to determine the Bean-only event type (not for Map/Object-Array/Avro/XML events)

Namespace:  com.espertech.esper.common.client.hook.expr
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
EventBean AdapterForBean(
	Object theEvent,
	string eventTypeName
)

Parameters

theEvent
Type: SystemObject
event underlying
eventTypeName
Type: SystemString
event type name

Return Value

Type: EventBean
event bean
See Also