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

Commit

Permalink
Added missing javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
segabriel committed Aug 18, 2018
1 parent 724d561 commit a4ebe80
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,11 @@ public ServiceDiscovery discovery() {
return this.discovery;
}

/**
* Shutdown instance and clear resources.
*
* @return result of shutdown
*/
public Mono<Void> shutdown() {
return Mono.defer(
() ->
Expand Down

0 comments on commit a4ebe80

Please sign in to comment.