Skip to content
New issue

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

Adding C# actors sdk #29

Merged
merged 54 commits into from
Aug 28, 2019
Merged

Adding C# actors sdk #29

merged 54 commits into from
Aug 28, 2019

Conversation

amanbha
Copy link
Contributor

@amanbha amanbha commented Aug 28, 2019

This covers following:
Actor registration.
Actor activation/deactivation.
Method invocation.
Reminder/Timer firing.
Actor state management.
Add routes for activation, deactivation, method, reminder, timer invocation.
Proxy for Remoting invocation.
Remoting.

amanbha and others added 30 commits July 17, 2019 16:08
… Actor Communication and Tests (#13)

* Adding Functionality for Actor Proxy Code Generation Builder classes and Tests

* Adding the interfaces for RequestMessage, RequestMessageBody and RequestMessageHeader

* Adding interfaces for Actor Response Message, Response Message Header and Response Message Body

* Adding concrete classes for Actor Request Message, Request Message Header and Request Message Body

* Adding concrete classes for Actor Response Message, Response Message Header and Response Message Body

* Adding the Outgoing Message interface and concrete class

* Adding the Outgoing Message Header interface and concrete header class

* Adding the Incoming message body concrete class

* Adding the Incoming message body interface

* Adding Functionality for the Actor Communication

* Added the Actor Communication functionality and Refactored further the current code changes
… refactoring (#20)

* Removing HttpActorCommunicationClient, refactored the communication layer

* changes draft

* Added the server Side Actor Method Dispatcher functionality
…reconstructed after serialziation deserialization.
shalabhms and others added 22 commits August 26, 2019 12:02
…the case

during deserialization when request message body is not set.
@amanbha amanbha requested a review from shalabhms August 28, 2019 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants