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
Uh oh!
There was an error while loading. Please reload this page.
-
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