public class StrmPrivacyClient
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StrmPrivacyClient.Builder |
| Constructor and Description |
|---|
StrmPrivacyClient(java.lang.String billingId,
java.lang.String clientId,
java.lang.String clientSecret,
Config config) |
| Modifier and Type | Method and Description |
|---|---|
static StrmPrivacyClient.Builder |
builder() |
java.util.concurrent.CompletableFuture<org.eclipse.jetty.client.api.ContentResponse> |
send(io.strmprivacy.schemas.StrmPrivacyEvent event)
send an StrmPrivacyEvent.
|
java.util.concurrent.CompletableFuture<org.eclipse.jetty.client.api.ContentResponse> |
send(io.strmprivacy.schemas.StrmPrivacyEvent event,
java.lang.Object serializationType)
Deprecated.
|
void |
stop()
Disconnects the client and frees up any resources
|
public StrmPrivacyClient(java.lang.String billingId,
java.lang.String clientId,
java.lang.String clientSecret,
Config config)
public static StrmPrivacyClient.Builder builder()
@Deprecated
public java.util.concurrent.CompletableFuture<org.eclipse.jetty.client.api.ContentResponse> send(io.strmprivacy.schemas.StrmPrivacyEvent event,
java.lang.Object serializationType)
public java.util.concurrent.CompletableFuture<org.eclipse.jetty.client.api.ContentResponse> send(io.strmprivacy.schemas.StrmPrivacyEvent event)
event - the event.public void stop()