Commit Graph

15 Commits

Author SHA1 Message Date
Artur Souza 0ef261554a
ActorProxy + some refactoring (#62)
* ActorManager

* More work done.

* Adding example for actor runtime service.

* Implements ActorStateManager + fixes + javadocs.

* Fix OrderManager example in order to process http 201
Change the implement the calls to DAPR using the class AbstractDaprClient because before the change the class always return Mono.Empty
Implementation of the ActorAsyncProxy
Change the name of the Actor Dapr Http Async Client

* Update code with the changes proposed by Artur in the code review

* Changes to support ActorProxy + Fixes.

Co-authored-by: Juan Jose Herrera <35985447+JuanJose-Herrera@users.noreply.github.com>
2019-12-27 11:19:59 -08:00
Artur Souza 64bb4bfb3e
More Actors Stuff (#57)
* ActorManager

* More work done.

* Adding example for actor runtime service.

* Implements ActorStateManager + fixes + javadocs.
2019-12-26 18:08:01 -08:00
Artur Souza 9a10a960e8
Faster JSON building + separate auto-gen jar + tests. (#55) 2019-12-19 12:58:58 -08:00
Artur Souza 6733fcdda8
More reformatting to 2 spaces indentation. (#50) 2019-12-16 16:14:17 -08:00
Artur Souza 72388cce56 Basic Dapr HTTP Client for Actors. 2019-12-10 23:35:25 -08:00
Artur Souza e09debc228 New example for Dapr's Grpc invoke using Java.
Adds documentation for the other samples too.
2019-12-08 00:55:09 -08:00
Artur Souza f89a53e241
Fixing port on Example.java 2019-12-06 11:17:03 -08:00
Artur Souza b10a6fd039 Renames project to . Fixes examples. Adds proto files from release-0.3. 2019-12-05 18:30:13 -08:00
Bruno Borges 06116e223d fix readme 2019-11-30 02:12:12 -08:00
Bruno Borges 37fa7d9542 fix formatting javadoc 2019-11-30 02:04:58 -08:00
Bruno Borges 3d41d54c73 new example 2019-11-30 02:01:10 -08:00
Bruno Borges 77919c8663 Make the project modular 2019-11-30 00:07:02 -08:00
Shalabh Mohan Shrivastava acdb27596a To ensure a level of quality of the components available in the Nexus Central
Repository , adding requirements in pom file for the artifacts

 - Noted that Signing artifacts will be offline manual process
2019-10-17 14:00:49 -07:00
Shalabh Mohan Shrivastava 39b6566782 Add java-sdk package instructions for nexus repo manager
Add java-sdk package instructions for nexus repo manager
2019-10-16 01:24:36 -07:00
Brendan Burns 340ab1a17e Initial add. 2019-10-09 10:30:54 -07:00