public class HelloResponse extends Object implements Message
HelloRequest
.Modifier and Type | Field and Description |
---|---|
static String |
SERVER_START_TIME |
Constructor and Description |
---|
HelloResponse(Throwable exception,
Map<String,Object> serverInfo,
List<ConnectorKey> connectorKeys,
List<RemoteConnectorInfoImpl> connectorInfos) |
Modifier and Type | Method and Description |
---|---|
List<RemoteConnectorInfoImpl> |
getConnectorInfos() |
List<ConnectorKey> |
getConnectorKeys() |
Throwable |
getException() |
Map<String,Object> |
getServerInfo() |
Date |
getStartTime() |
public static final String SERVER_START_TIME
public HelloResponse(Throwable exception, Map<String,Object> serverInfo, List<ConnectorKey> connectorKeys, List<RemoteConnectorInfoImpl> connectorInfos)
public Throwable getException()
public List<RemoteConnectorInfoImpl> getConnectorInfos()
public List<ConnectorKey> getConnectorKeys()
public Date getStartTime()
Copyright © 2022. All rights reserved.