Skip to content
This repository was archived by the owner on Aug 19, 2018. It is now read-only.

Commit a4ebe80

Browse files
committed
Added missing javadoc
1 parent 724d561 commit a4ebe80

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

services/src/main/java/io/scalecube/services/Microservices.java

+5
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,11 @@ public ServiceDiscovery discovery() {
386386
return this.discovery;
387387
}
388388

389+
/**
390+
* Shutdown instance and clear resources.
391+
*
392+
* @return result of shutdown
393+
*/
389394
public Mono<Void> shutdown() {
390395
return Mono.defer(
391396
() ->

0 commit comments

Comments
 (0)