useById abstract method
- String stableNodeId
Escape hatch for pinning an exit node by stable node ID — useful when the caller has persisted an ID across sessions and doesn't have the full TailscaleNode handy.
stableNodeId is the value from TailscaleNode.stableNodeId
(e.g. nAbCd1234), not a public key.
Implementation
Future<void> useById(String stableNodeId);