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

com.luues.security.core.heartbeat.Heart Maven / Gradle / Ivy

package com.luues.security.core.heartbeat;

import lombok.AllArgsConstructor;
import lombok.Getter;
import lombok.Setter;

import java.io.Serializable;

@AllArgsConstructor
@Getter
@Setter
public class Heart implements Serializable {

    private String host;
    private Integer port;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy