Class WebResponseGateway

java.lang.Object
io.fluxcapacitor.javaclient.web.WebResponseGateway
All Implemented Interfaces:
ResultGateway

public class WebResponseGateway extends Object implements ResultGateway
Specialized implementation of the ResultGateway interface for sending web response messages.

This class is responsible for handling responses to web requests, dispatching the result message to the specified target using a GatewayClient.

The dispatch process utilizes the DispatchInterceptor and WebResponseMapper to modify or monitor web responses before they are sent.

See Also: