public class HubspotSinkHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_RETRY_DURATION |
| Constructor and Description |
|---|
HubspotSinkHelper() |
| Modifier and Type | Method and Description |
|---|---|
void |
executeHTTPService(String input,
SinkHubspotConfig config)
This executes the HTTP service
|
String |
getSinkEndpoint(SinkHubspotConfig sinkHubspotConfig)
Returns the string.
|
public static final int MAX_RETRY_DURATION
public void executeHTTPService(String input, SinkHubspotConfig config) throws Exception
input - the input is string typeconfig - the sink hub spot configException - on issues with creating httpService@Nullable public String getSinkEndpoint(SinkHubspotConfig sinkHubspotConfig)
sinkHubspotConfig - the sink hubspot configCopyright © 2022. All rights reserved.