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

io.quarkiverse.reactive.messaging.nats.jetstream.processors.Status Maven / Gradle / Ivy

There is a newer version: 3.17.0
Show newest version
package io.quarkiverse.reactive.messaging.nats.jetstream.processors;

import io.quarkiverse.reactive.messaging.nats.jetstream.client.ConnectionEvent;
import lombok.Builder;

@Builder
public record Status(boolean healthy, String message, ConnectionEvent event) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy