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. | 
| int | getPort()The port of the out of process client side monitoring agent. | 
| int | hashCode() | 
| boolean | isEnabled()trueif client side monitoring is enabled,falseotherwise. | 
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 int getPort()
public String getClientId()
Copyright © 2019. All rights reserved.