Expand description
Entry point for IPC data into the service
The front end handler accepts streams of data that it can use to read requests, pass them to the rest of the service and write the responses back.
Structsยง
- Front
EndHandler - Read and verify request from IPC stream
- Front
EndHandler Builder - Builder for
FrontEndHandler