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

com.evento.application.bus.ClusterNodeAddress Maven / Gradle / Ivy

Go to download

Evento Framework - Bundle. The library to build a RECQ System based on Evento Server

The newest version!
package com.evento.application.bus;

/**
 * Represents the address of a cluster node, including the server address and port.
 * This is a record, a special type in Java for immutable data-holding classes.
 */
public record ClusterNodeAddress(String serverAddress, int serverPort) {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy