Package com.illumon.iris.db.v2.routing
Interface DataRoutingService.EndpointConfig
- All Superinterfaces:
DataRoutingService.PropertyProvider
- All Known Subinterfaces:
DataImportServiceConfig.EndpointConfig
,LogAggregatorConfig.EndpointConfig
- Enclosing interface:
- DataRoutingService
public static interface DataRoutingService.EndpointConfig extends DataRoutingService.PropertyProvider
Configuration for resolving an endpoint.
-
Method Summary
Modifier and Type Method Description String
getName()
Return the name of this configuration, which is likely to be a service name.String
getServiceRegistryType()
Return the string representation of the service registry scheme.Methods inherited from interface com.illumon.iris.db.v2.routing.DataRoutingService.PropertyProvider
getAllProperties, getProperty, getProperty
-
Method Details
-
getName
Return the name of this configuration, which is likely to be a service name.- Returns:
- the configuration name
-
getServiceRegistryType
Return the string representation of the service registry scheme. Service and client implementations should be able to register new services or look up registered services based on this string.- Returns:
- the name of the service registry scheme
-