Interface DataRoutingService.Endpoint
- All Known Subinterfaces:
DataRoutingService.DataImportServiceEndpoint
,DataRoutingService.LogAggregatorEndpoint
- Enclosing interface:
- DataRoutingService
public static interface DataRoutingService.Endpoint
-
Method Summary
Modifier and Type Method Description InetSocketAddress
getAddress()
String
getHost()
String
getName()
int
getPort()
-
Method Details
-
getName
String getName() -
getHost
String getHost() -
getPort
int getPort() -
getAddress
InetSocketAddress getAddress()
-