Interface EurekaDiscoveryConfig

All Superinterfaces:
Prototype.Api, Prototype.Factory<EurekaDiscovery>
All Known Implementing Classes:
EurekaDiscoveryConfig.BuilderBase.EurekaDiscoveryConfigImpl

public interface EurekaDiscoveryConfig extends Prototype.Api
Prototypical state for EurekaDiscovery instances.

The EurekaDiscoveryConfig class is generated at compile time using facilities from the Helidon Builder API.

Instances of this class are returned by the EurekaDiscovery.prototype() method.

See Also: