public final class BackendKeyData extends Object implements BackendMessage
| Constructor and Description |
|---|
BackendKeyData(int processId,
int secretKey)
Create a new message.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getProcessId()
Returns the process ID of this backend.
|
int |
getSecretKey()
Returns the secret key of this backend.
|
int |
hashCode() |
String |
toString() |
public BackendKeyData(int processId,
int secretKey)
processId - the process ID of this backendsecretKey - the secret key of this backendCopyright © 2023. All rights reserved.