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

org.kiwiproject.curator.leader.ServiceDescriptor Maven / Gradle / Ivy

package org.kiwiproject.curator.leader;

import lombok.Builder;
import lombok.Value;

/**
 * Value class that contains metadata about a service that participates in a leader latch.
 */
@Value
@Builder
public class ServiceDescriptor {
    String name;
    String version;
    String hostname;
    int port;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy