EventType

protected constructor(eventName: String, libEventType: EventType, eventSelectorType: EventSelectorType, eventSelectorId: String, eventResultClass: KClass<T>)
protected constructor(eventName: String, eventResultClass: KClass<T>)


protected constructor(eventName: String, channelName: String?, libEventType: EventType?, eventSelectorType: EventSelectorType?, eventSelectorId: String?, eventResultClass: KClass<T>)

Parameters

T

the type of data contained in the Event