Modifier and Type | Class and Description |
---|---|
class |
StreamsConfigurator<T extends StreamsConfiguration>
StreamsConfigurator supplies the entire typesafe tree to runtimes and modules.
|
Modifier and Type | Method and Description |
---|---|
static StreamsConfiguration |
StreamsConfigurator.detectConfiguration() |
static StreamsConfiguration |
StreamsConfigurator.detectConfiguration(com.typesafe.config.Config typesafeConfig) |
static StreamsConfiguration |
StreamsConfigurator.mergeConfigurations(com.typesafe.config.Config base,
com.typesafe.config.Config delta) |
StreamsConfiguration |
StreamsConfiguration.withBatchFrequencyMs(Long batchFrequencyMs) |
StreamsConfiguration |
StreamsConfiguration.withBatchSize(Long batchSize) |
StreamsConfiguration |
StreamsConfiguration.withIdentifier(String identifier) |
StreamsConfiguration |
StreamsConfiguration.withParallelism(Long parallelism) |
StreamsConfiguration |
StreamsConfiguration.withProviderTimeoutMs(Long providerTimeoutMs) |
StreamsConfiguration |
StreamsConfiguration.withProviderWaitMs(Long providerWaitMs) |
StreamsConfiguration |
StreamsConfiguration.withQueueSize(Long queueSize) |
StreamsConfiguration |
StreamsConfiguration.withShutdownCheckDelay(Long shutdownCheckDelay) |
StreamsConfiguration |
StreamsConfiguration.withShutdownCheckInterval(Long shutdownCheckInterval) |
StreamsConfiguration |
StreamsConfiguration.withStartedAt(Long startedAt) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.