We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could you provide a usage example of this library? Now it is hard to figure out this not from README nor from tests.
The text was updated successfully, but these errors were encountered:
This is an example on Kotlin, should be straightforward to convert to Java:
var injector : Injector var list = mutableListOf<Module>() list.add(GuiceCassandraBinder()) list.add(GuiceVertxBinder(vertx)) injector = Guice.createInjector(list) cassandraSession = injector.getInstance(CassandraSession::class.java)
Sorry, something went wrong.
I am new to Kotlin and Vertx both. Can you help with a detailed example on how I can get started using the library?
No branches or pull requests
Could you provide a usage example of this library? Now it is hard to figure out this not from README nor from tests.
The text was updated successfully, but these errors were encountered: