CloudEventHandler typedef

CloudEventHandler = FutureOr<void> Function(CloudEvent request)

The shape of a handler for CloudEvent types.

Implementation

typedef CloudEventHandler = FutureOr<void> Function(CloudEvent request);