You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
EventProcessors typically ingest multiple event types that they need to retrieve in onComplete or onTimeout. The helper method getEventOfType(string) has been implemented to allow returning either the singular Event or an array of Events that match the requested event type. Null is returned if the requested type has not yet been consumer
0 commit comments