-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Programmability
-
Service Arch 2023-09-18, Service Arch 2023-10-02
Right now, the WireSpec class basically wraps a Specification struct, which contains most of the information we need from the WireSpec class implemented here
This results in us having to traverse three levels in order to access the information we want from WireSpec, which is not ideal.
Build getters inside the WireSpec class that allow us to simply call (for example) `WireSpec::getWireSpec(...).isInternalClient()`.
- depends on
-
SERVER-51700 Use TransportLayer to acquire WireSpec
- Closed