All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.temporal.config.TemporalRuntimeConfig.jdp Maven / Gradle / Ivy

io.quarkiverse.temporal.config.TemporalRuntimeConfig.connection=Connection to the temporal server.
io.quarkiverse.temporal.config.TemporalRuntimeConfig.identity=Override human-readable identity of the worker. Identity is used to identify a worker and is recorded in the workflow\nhistory events. For example when a worker gets an activity task the correspondent ActivityTaskStarted event contains the\nworker identity as a field. Default is whatever (ManagementFactory. getRuntimeMXBean().getName() returns.
io.quarkiverse.temporal.config.TemporalRuntimeConfig.metricsEnabled=Enable Micrometer, enabled by default if Micrometer capability is detected.
io.quarkiverse.temporal.config.TemporalRuntimeConfig.metricsReportInterval=The interval at which we report metrics to the metric registry. Default is 15 seconds.
io.quarkiverse.temporal.config.TemporalRuntimeConfig.namespace=A Namespace is a unit of isolation within the Temporal Platform.
io.quarkiverse.temporal.config.TemporalRuntimeConfig.worker=Workers Configuration.
io.quarkiverse.temporal.config.TemporalRuntimeConfig.workflow=Workflow Stub Configuration.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy