Support for Reactive Callback #348
TaviTruman
started this conversation in
Ideas
Replies: 1 comment
-
Extended the Trinity Networking protocol layer to formally support Reactive Message Handling flow. I am able to implement this capability via the following: Specify Type: Asyn in the TSL |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Incorporate native RX Event Stream for Hold and Cold Observables.
Call "CallBack" reserved work to TSL Protocol scheme:
// Server-side Push/Publish to Client
protocol PushTripleToClient
{
Type: Asyn;
Request: TripleGetRequest;
Response: ErrorCodeResponse;
CallBack: OnGetTripleRequestCompleted;
}
Beta Was this translation helpful? Give feedback.
All reactions