Package io.smallrye.stork.api.config
Annotation Type ServiceDiscoveryType
-
@Retention(RUNTIME) @Target(TYPE) public @interface ServiceDiscoveryType
The type of the service discovery. Use this annotation on yourServiceDiscoveryProviderThe type is used to determine service discovery for services. Usestork.<my-service>.service-discovery.type=my-service-discoveryto use aServiceDiscoveryProviderannotated with@ServiceDiscoveryType("my-service-discovery")
-
-
Element Detail
-
value
String value
- Returns:
- the type of the service discovery
-
-