Package com.xxl.tool.pipeline
Class PipelineContext
java.lang.Object
com.xxl.tool.pipeline.PipelineContext
pipeline context
- Author:
- xuxueli 2024-01-01
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbrank pipeline and response failvoidbreakToFail(Response<Object> response) brank pipeline and response failbooleanisBreak()voidsetBreak(boolean aBreak) voidsetContextMap(ConcurrentMap<String, Object> contextMap) voidsetRequest(Object request) voidsetResponse(Response<Object> response) toString()
-
Constructor Details
-
PipelineContext
public PipelineContext() -
PipelineContext
-
-
Method Details
-
getRequest
-
setRequest
-
getResponse
-
setResponse
-
isBreak
public boolean isBreak() -
setBreak
public void setBreak(boolean aBreak) -
getContextMap
-
setContextMap
-
toString
-
breakToFail
public void breakToFail()brank pipeline and response fail -
breakToFail
brank pipeline and response fail- Parameters:
response-
-