IntervalContext.fromCtx constructor

IntervalContext.fromCtx(
  1. IntervalContext ctx,
  2. IntervalHandler next
)

Implementation

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