-
public interface BlockResponseFunction
-
-
Method Summary
Modifier and Type Method Description abstract booleantryCommitBlockingResponse(TraceSegment segment, int statusCode, BlockingContentType templateType, Map<String, String> extraHeaders)Commits blocking response. -
-
Method Detail
-
tryCommitBlockingResponse
abstract boolean tryCommitBlockingResponse(TraceSegment segment, int statusCode, BlockingContentType templateType, Map<String, String> extraHeaders)
Commits blocking response.
It's responsible for calling effectivelyBlocked before the span isfinished.
-
-
-
-