Class ProxyJoinClusterEvent
java.lang.Object
me.internalizable.numdrassl.api.event.cluster.ProxyJoinClusterEvent
Event fired when a proxy instance joins the cluster.
This event is fired on all proxies in the cluster when a new proxy sends its first heartbeat.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the ID of the proxy that joined.Get information about the proxy that joined.Get the region of the proxy that joined.
-
Constructor Details
-
ProxyJoinClusterEvent
-
-
Method Details
-
getProxyInfo
Get information about the proxy that joined.- Returns:
- the new proxy's info
-
getProxyId
-
getRegion
Get the region of the proxy that joined.- Returns:
- the proxy's region
-