Package io.kestra.jdbc.runner
Annotation Interface JdbcRunnerEnabled
@Documented
@Retention(RUNTIME)
@Target({PACKAGE,TYPE})
@Requires(property="kestra.queue.type",
pattern="mysql|postgres|h2")
@DefaultImplementation
public @interface JdbcRunnerEnabled