public final class CsmConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CsmConfiguration.Builder |
Constructor and Description |
---|
CsmConfiguration(boolean enabled,
int port,
String clientId) |
Modifier and Type | Method and Description |
---|---|
static CsmConfiguration.Builder |
builder() |
boolean |
equals(Object o) |
String |
getClientId()
The client ID to set on the monitoring events.
|
String |
getHost()
The host to send monitoring events to.
|
int |
getPort()
The port on the specified host to send monitoring events to.
|
int |
hashCode() |
boolean |
isEnabled()
true if client side monitoring is enabled, false
otherwise. |
public CsmConfiguration(boolean enabled, int port, String clientId)
public static CsmConfiguration.Builder builder()
public boolean isEnabled()
true
if client side monitoring is enabled, false
otherwise.public String getHost()
public int getPort()
public String getClientId()
Copyright © 2022. All rights reserved.