Closed MrLoNee closed 7 years ago
Hi,
In the page about service discovery http://vertx.io/docs/vertx-service-discovery/java/
section
"Implementing your own service type"
the documentation instruction is to create a file to define a specific ServiceType
META-INF/services/io.vertx.ext.discovery.spi.ServiceType
The service type has been refactored and the package is now
META-INF/services/io.vertx.servicediscovery.spi.ServiceType
This will be fixed when we push the documentation alongside the next G.A. release. For now you can refer to http://vertx.io/docs/3.4.0.Beta1/vertx-service-discovery/java/
Hi,
In the page about service discovery http://vertx.io/docs/vertx-service-discovery/java/
section
the documentation instruction is to create a file to define a specific ServiceType
The service type has been refactored and the package is now
META-INF/services/io.vertx.servicediscovery.spi.ServiceType