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

io.kestra.runner.h2.H2QueueEnabled Maven / Gradle / Ivy

There is a newer version: 0.18.8
Show newest version
package io.kestra.runner.h2;

import io.micronaut.context.annotation.DefaultImplementation;
import io.micronaut.context.annotation.Requires;

import java.lang.annotation.*;

@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.PACKAGE, ElementType.TYPE})
@Requires(property = "kestra.queue.type", pattern = "h2|memory")
@DefaultImplementation
public @interface H2QueueEnabled {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy