Scala API: Perform lookup using underlying discovery implementation.
Scala API: Perform lookup using underlying discovery implementation.
A service discovery lookup.
Timeout. Up to the discovery-mechanism to adhere to his
Java API
Java API
A name, see discovery-mechanism's docs for how this is interpreted
Timeout. Up to the discovery-mechanism to adhere to his
Java API: Perform basic lookup using underlying discovery implementation.
Java API: Perform basic lookup using underlying discovery implementation.
While the implementation may provide other settings and ways to configure timeouts,
the passed resolveTimeout
should never be exceeded, as it signals the application's
eagerness to wait for a result for this specific lookup.
The returned future SHOULD be failed once resolveTimeout has passed.
Scala API: Perform lookup using underlying discovery implementation.
Scala API: Perform lookup using underlying discovery implementation.
Convenience for when only a name is required.
Implement to provide basic service discovery mechanism.
"Simple" because it's only the basic "lookup" methods, no ability to "keep monitoring a namespace for changes" etc.