ExecutorConfig

data class ExecutorConfig(val metricsEnabled: Boolean, val fusedDataRepoComponent: FusedDataRepoComponent, val fusedDataQueueComponent: FusedDataQueueComponent)

Configuration class for the executor.

Constructors

Link copied to clipboard
constructor(metricsEnabled: Boolean, fusedDataRepoComponent: FusedDataRepoComponent, fusedDataQueueComponent: FusedDataQueueComponent)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A map of action types to their corresponding connectors.

Link copied to clipboard

The component for fused data queue.

Link copied to clipboard

The component for fused data repository.

Link copied to clipboard

Whether metrics are enabled for the executor.