Package com.smeup.kokos.sdk.k11
Class K11Client
java.lang.Object
com.smeup.kokos.sdk.k11.K11Client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidexecute(org.eclipse.jetty.server.Response httpResponse, com.smeup.kokos.sdk.model.k11.K11Config k11Config, String configId, Map<String, String> variables, String payload) abstract com.smeup.kokos.sdk.model.k11.K11TableResponseinvoke(com.smeup.kokos.sdk.model.k11.K11Config k11Config, String configId, Map<String, String> variables, String payload)
-
Constructor Details
-
K11Client
public K11Client()
-
-
Method Details
-
invoke
-
execute
public void execute(org.eclipse.jetty.server.Response httpResponse, com.smeup.kokos.sdk.model.k11.K11Config k11Config, String configId, Map<String, String> variables, String payload) throws com.fasterxml.jackson.core.JsonProcessingException- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-