typesafehub / conductr-lib

Other
8 stars 13 forks source link

Update README.md to recommend LagomApplicationLoader.describeService instead of describeServices #152

Closed TimMoore closed 7 years ago

TimMoore commented 7 years ago

README.md currently says:

Also note that it’s very important to implement the describeServices method on LagomApplicationLoader, as this will ensure that the ConductR sbt tooling is able to correctly discover the Lagom service APIs offered by each service.

It also includes an example application loader that implements describeServices.

Once Lagom 1.3.6 is released with a fix for https://github.com/lagom/lagom/issues/829, this should be updated to recommend implementing describeService instead.