com.evento.application.bus.ClusterNodeAddress Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evento-bundle Show documentation
Show all versions of evento-bundle Show documentation
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