KernelConfig constructor
const
KernelConfig({})
Implementation
const KernelConfig({
this.coalescingWindow = const Duration(milliseconds: 50),
this.idempotencyTtl = const Duration(minutes: 5),
this.idempotencyEnabled = true,
this.cancellationGracePeriod = const Duration(milliseconds: 250),
});