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

io.quarkiverse.temporal.Constants Maven / Gradle / Ivy

package io.quarkiverse.temporal;

public interface Constants {
    String DEFAULT_WORKER_NAME = "";

    String DEFAULT_WORKFLOW_GROUP_NAME = "";

    String TEMPORAL_TESTING_CAPABILITY = "io.quarkiverse.temporal.test";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy