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 Details

    • getName

      @NotNull String getName()
      Return the name of this configuration, which is likely to be a service name.
      Returns:
      the configuration name
    • getServiceRegistryType

      @NotNull String 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