Hello, I´m looking for a java program that uses the classes from this java client: https://github.com/valdasraps/esj
Anyone who have a good java program for this?
Hello, I´m looking for a java program that uses the classes from this java client: https://github.com/valdasraps/esj
Anyone who have a good java program for this?
I don’t know of one but the API is pretty straight forward https://github.com/valdasraps/esj/blob/master/client/src/main/java/net/eventstore/client/EventStore.java
Okay but there is no main method in the whole client, so where should I start it from?
Its a library.
You would create a new EventStore() then call the methods on it that are in that file I linked.
There are some runnable examples,
You can checkout project and then run in the shell
sbt run
You’ll be asked which one to run.
@yaroslav this is a different jvm client
excuse me
Anyone who has a good java-program for this java-client?