Interface ServiceConfig

All Known Implementing Classes:
AbstractPooledEndpointServiceConfig, AnalyticsServiceConfig, KeyValueServiceConfig, QueryServiceConfig, SearchServiceConfig, ViewServiceConfig

public interface ServiceConfig
  • Method Details

    • minEndpoints

      int minEndpoints()
    • maxEndpoints

      int maxEndpoints()
    • idleTime

      Duration idleTime()
    • pipelined

      boolean pipelined()
    • exportAsMap

      default Map<String,Object> exportAsMap()