onecx-operator

Installation

If you want to use this extension, you need to add the org.tkit.onecx.quarkus:onecx-operator extension first to your build file.

For instance, with Maven, add the following dependency to your POM file:

<dependency>
    <groupId>org.tkit.onecx.quarkus</groupId>
    <artifactId>onecx-operator</artifactId>
    <version>2.0.0</version>
</dependency>

Configuration

Configuration property fixed at build time - All other configuration properties are overridable at runtime

Configuration property

Type

Default

Annotation name to set if resource was touched at

Environment variable: ONECX_OPERATOR_TOUCHED_ANNOTATION_AT

string

org.tkit.onecx.touchedAt

Annotation name to set if resource was touched by

Environment variable: ONECX_OPERATOR_TOUCHED_ANNOTATION_BY

string

org.tkit.onecx.touchedBy