Package io.quarkiverse.jberet.runtime
Class JBeretConfig.Repository
- java.lang.Object
-
- io.quarkiverse.jberet.runtime.JBeretConfig.Repository
-
- Enclosing class:
- JBeretConfig
public static class JBeretConfig.Repository extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classJBeretConfig.Repository.Jdbcstatic classJBeretConfig.Repository.Type
-
Field Summary
Fields Modifier and Type Field Description JBeretConfig.Repository.JdbcjdbcJBeretConfig.Repository.Typetype
-
Constructor Summary
Constructors Constructor Description Repository()
-
-
-
Field Detail
-
type
@ConfigItem(defaultValue="in-memory") public JBeretConfig.Repository.Type type
-
jdbc
@ConfigItem public JBeretConfig.Repository.Jdbc jdbc
-
-