310 B
310 B
In a Broker Pattern, what are the two ways a Broker can handle a client's request?
🔄
- Query once: The broker provides the server's information, and the client contacts the server directly.
- Intermediary: The broker acts as a middleman and forwards the requests to the server.