Skip to content

Commit

Permalink
The VertxOptionsBuilder is not use - delete it
Browse files Browse the repository at this point in the history
Also delete the registerCodec method that is not used.
  • Loading branch information
cescoffier authored and gsmet committed Nov 4, 2019
1 parent 0f88ba7 commit 6a88042
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 149 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -161,11 +161,6 @@ private void registerCodecs(Map<Class<?>, Class<?>> codecByClass) {
}
}

private void registerCodec(Class<?> typeToAdd, MessageCodec codec) {
EventBus eventBus = vertx.eventBus();
eventBus.registerDefaultCodec(typeToAdd, codec);
}

public RuntimeValue<Vertx> forceStart(Supplier<Vertx> vertx) {
return new RuntimeValue<>(vertx.get());
}
Expand Down

0 comments on commit 6a88042

Please sign in to comment.