Annotation Type ServiceDiscoveryType


  • @Retention(RUNTIME)
    @Target(TYPE)
    public @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 
      Modifier and Type Required Element Description
      String value  
    • Element Detail

      • value

        String value
        Returns:
        the type of the service discovery