interface EventView Properties consumerGroup Signature consumerGroup: string; handleEvent Signature handleEvent: (event: EventicleEvent) => Promise<void>; parallelEventCount Signature parallelEventCount?: number; streamsToSubscribe Signature streamsToSubscribe: string[];