-
public final class DeliveryParamsThe parameters which should be used to deliver an Event/Session.
-
-
Constructor Summary
Constructors Constructor Description DeliveryParams(String endpoint, Map<String, String> headers)
-
Method Summary
Modifier and Type Method Description final StringgetEndpoint()The endpoint to which the payload should be sent final Map<String, String>getHeaders()The HTTP headers which must be attached to the request -
-
Method Detail
-
getEndpoint
final String getEndpoint()
The endpoint to which the payload should be sent
-
getHeaders
final Map<String, String> getHeaders()
The HTTP headers which must be attached to the request
-
-
-
-