public class ServerAddress extends Object
getGrpcPort() and getHostName().| Modifier and Type | Field and Description |
|---|---|
static ServerAddress |
DEFAULT
|
| Constructor and Description |
|---|
ServerAddress()
|
ServerAddress(String host)
|
ServerAddress(String host,
int grpcPort)
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getGrpcPort()
Return the gRPR port defined in this
ServerAddress instance. |
String |
getHostName()
Return the host name defined in this
ServerAddress instance. |
int |
hashCode() |
String |
toString() |
public static final ServerAddress DEFAULT
public ServerAddress()
public ServerAddress(String host)
public ServerAddress(String host, int grpcPort)
public int getGrpcPort()
ServerAddress instance.ServerAddress instancepublic String getHostName()
ServerAddress instance.ServerAddress instanceCopyright © 2020–2023 AxonIQ BV. All rights reserved.