Interface DataImportServiceConfig.EndpointConfig

All Superinterfaces:
DataRoutingService.EndpointConfig, DataRoutingService.PropertyProvider
All Known Subinterfaces:
DisEndpointConfigImpl
All Known Implementing Classes:
DataImportServiceEndpointConfigImpl
Enclosing interface:
DataImportServiceConfig

public static interface DataImportServiceConfig.EndpointConfig extends DataRoutingService.EndpointConfig
Configuration for resolving a DataImportService endpoint
  • Method Details

    • getThrottleKBps

      int getThrottleKBps()
    • isTailerPortEnabled

      default boolean isTailerPortEnabled()
    • isTableDataPortEnabled

      default boolean isTableDataPortEnabled()
    • equals

      Compare two instances for interface equality.
      Parameters:
      lhs - the first object
      rhs - the second object
      Returns:
      true if the two instances are equal, according to the interface