MCPcopy Create free account
hub / github.com/InterviewReady/Low-Level-Design / Request

Class Request

LoadBalancer.java:75–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75class Request {
76 String id;
77 RequestType requestType;
78 Map<String, String> parameters;
79}
80
81enum RequestType {
82

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected