Package decisionrules.api
Class SolveApi
java.lang.Object
decisionrules.api.SolveApi
-
Constructor Summary
ConstructorsConstructorDescriptionSolveApi(org.springframework.web.client.RestTemplate restTemplate, DecisionRulesOptions options, com.fasterxml.jackson.databind.ObjectMapper mapper) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.HttpHeaderscreateHeaders(String key, SolverOptions solverOptions) solveAPI(String ruleId, Object data, Integer version, SolverOptions solverOptions)
-
Constructor Details
-
SolveApi
public SolveApi(org.springframework.web.client.RestTemplate restTemplate, DecisionRulesOptions options, com.fasterxml.jackson.databind.ObjectMapper mapper)
-
-
Method Details
-
createHeaders
-
solveAPI
-