+ * The behavior is similar to a declaration of a {@link StartupEvent} observer. In fact, a synthetic observer of the + * {@link StartupEvent} is generated for each occurence of this annotation. + *
+ * Furthermore, {@link #value()} can be used to specify the priority of the generated observer method and thus affects observers + * ordering. *
* The contextual instance is destroyed immediately afterwards for {@link Dependent} beans. *
@@ -25,7 +34,7 @@ *
* @ApplicationScoped * class Bean1 { - * void onStart(@Observes StartupEvent event) { + * void onStart(@Observes StartupEvent event) { * // place the logic here * } * } @@ -33,6 +42,20 @@ * @Startup * @ApplicationScoped * class Bean2 { + * + * @PostConstruct + * void init() { + * // place the logic here + * } + * } + * + * @ApplicationScoped + * class Bean3 { + * + * @Startup + * void init() { + * // place the logic here + * } * } ** diff --git a/core/runtime/src/main/java/io/quarkus/runtime/logging/ConsoleConfig.java b/core/runtime/src/main/java/io/quarkus/runtime/logging/ConsoleConfig.java index e888f45159bc7..a9773156dfb72 100644 --- a/core/runtime/src/main/java/io/quarkus/runtime/logging/ConsoleConfig.java +++ b/core/runtime/src/main/java/io/quarkus/runtime/logging/ConsoleConfig.java @@ -55,6 +55,12 @@ public class ConsoleConfig { @ConfigItem(defaultValue = "0") int darken; + /** + * The name of the filter to link to the console handler. + */ + @ConfigItem + Optional
Topic Name | +Id | +Partitions count | +Number of msg | ++ |
---|
+ | Offset | ++ + | +Timestamp | +Key | +Value | +
---|
State | +Id | +Coordinator | +Protocol | +Members | +Lag(Sum) | +
---|
+ | Member ID | +Host | +Partitions | +Lag(Sum) | +
---|
Id | +Host | +Port | +
---|