DeliverRep constructor

DeliverRep(
  1. SSEResponse sseResponse,
  2. List<SSEInterceptor> notifiedInterceptors
)

Implementation

DeliverRep(this.sseResponse, this.notifiedInterceptors);