 | EventBeanServiceAdapterForObjectArray Method |
Construct an event bean for a given Object-Array using the event type name to look up the Object-Array event type
Namespace:
com.espertech.esper.common.client.hook.expr
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
SyntaxEventBean AdapterForObjectArray(
Object[] theEvent,
string eventTypeName
)
Parameters
- theEvent
- Type: SystemObject
event underlying - eventTypeName
- Type: SystemString
name of the Object-Array event type
Return Value
Type:
EventBeanevent bean
See Also