Skip to content

Commit 11af09d

Browse files
committed
Adapt to Closeable contract change
1 parent 94f7ba9 commit 11af09d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertx-grpc/src/main/java/io/vertx/grpc/VertxServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ public VertxServer shutdown() {
190190
return shutdown(Promise.promise());
191191
}
192192

193-
public VertxServer shutdown(Promise<Void> completionHandler) {
193+
public VertxServer shutdown(Completable<Void> completionHandler) {
194194
if (hook != null) {
195195
context.removeCloseHook(hook);
196196
}

0 commit comments

Comments
 (0)