Package io.smallrye.stork.api.config
Annotation Interface ServiceDiscoveryType
The type of the service discovery. Use this annotation on your
ServiceDiscoveryProvider
The type is used to determine service discovery for services.
Use stork.<my-service>.service-discovery.type=my-service-discovery to use a
ServiceDiscoveryProvider annotated with @ServiceDiscoveryType("my-service-discovery")-
Required Element Summary
Required Elements
-
Element Details
-
value
String value- Returns:
- the type of the service discovery
-