Package com.devebot.opflow
Class OpflowReqExtractor
java.lang.Object
com.devebot.opflow.OpflowReqExtractor
public class OpflowReqExtractor extends Object
- Author:
- pnhung177
-
Constructor Summary
Constructors Constructor Description OpflowReqExtractor()OpflowReqExtractor(String getRequestIdClassName)OpflowReqExtractor(String getRequestIdClassName, String getRequestIdMethodName)OpflowReqExtractor(Map<String,Object> kwargs) -
Method Summary
Modifier and Type Method Description StringextractRequestId(Object[] args)StringgetGetRequestIdSignature()
-
Constructor Details
-
OpflowReqExtractor
- Throws:
OpflowReqIdentifiableException
-
OpflowReqExtractor
- Throws:
OpflowReqIdentifiableException
-
OpflowReqExtractor
public OpflowReqExtractor(String getRequestIdClassName, String getRequestIdMethodName) throws OpflowReqIdentifiableException- Throws:
OpflowReqIdentifiableException
-
OpflowReqExtractor
- Throws:
OpflowReqIdentifiableException
-
-
Method Details