You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current plan is to create three new classes for the thin client interactions:
ThinClientStoreModel: This class implements the ProcessMessageAsync() method from the IStoreModel interface, to send the request message via the proxy store client. This store model abstracts out the implementation of the thin client interaction using the new Http 2 protocol.
ProxyStoreClient: This client is responsible for interacting with the thin client over Http2, using the thin client uri.
ThinClientTransportSerializer: This class provides static methods for serializing and deserializing requests and responses to and from the RNTBD protocol for the ThinClient scenario.
The text was updated successfully, but these errors were encountered:
The current plan is to create three new classes for the thin client interactions:
ThinClientStoreModel: This class implements the
ProcessMessageAsync()
method from theIStoreModel
interface, to send the request message via the proxy store client. This store model abstracts out the implementation of the thin client interaction using the new Http 2 protocol.ProxyStoreClient: This client is responsible for interacting with the thin client over Http2, using the thin client uri.
ThinClientTransportSerializer: This class provides static methods for serializing and deserializing requests and responses to and from the RNTBD protocol for the ThinClient scenario.
The text was updated successfully, but these errors were encountered: