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

org.reactivecommons.async.rabbit.health.Status Maven / Gradle / Ivy

package org.reactivecommons.async.rabbit.health;

import lombok.Builder;
import lombok.Getter;

@Getter
@Builder
public class Status {
    private final String version;
    private final String domain;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy