Interface VirtualNode


public interface VirtualNode
Opaque reference to a node in the virtual cluster topology.

Routers obtain VirtualNode instances from RouterContext methods and pass them back to RouterContext.sendRequest. Implementations provide equals/hashCode so that VirtualNode instances can be used as map keys.

This type is intentionally opaque — routers should not inspect or construct instances directly. The runtime provides the implementation.