IntervalContext.fromCtx constructor
IntervalContext.fromCtx(
- IntervalContext ctx,
- IntervalHandler next
Implementation
IntervalContext.fromCtx(IntervalContext ctx, IntervalHandler next)
: this(ctx.id, ctx.req, ctx.res, next: next);