Class SnappyFlowKafkaImpl
- java.lang.Object
-
- io.jenkins.plugins.maplelabs.Client.Snappyflow.SnappyFlow
-
- io.jenkins.plugins.maplelabs.Client.Snappyflow.SnappyFlowKafkaImpl
-
- All Implemented Interfaces:
IClient
public class SnappyFlowKafkaImpl extends SnappyFlow
-
-
Constructor Summary
Constructors Constructor Description SnappyFlowKafkaImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
getHeaders(StringBuilder contentType, StringBuilder targetToken, StringBuilder targetApiUrl, boolean isEvent)
This function will set http headerboolean
transmitData(HashMap<String,Object> payload, boolean isEvent)
This function will post payload to snappyflow Kafka-
Methods inherited from class io.jenkins.plugins.maplelabs.Client.Snappyflow.SnappyFlow
createPost, getBasicAuthenticationHeader, getClient, getSnappyflowTags, isEventToggled, postRequest
-
-
-
-
Method Detail
-
getHeaders
protected void getHeaders(StringBuilder contentType, StringBuilder targetToken, StringBuilder targetApiUrl, boolean isEvent)
This function will set http header- Specified by:
getHeaders
in classSnappyFlow
-
-