IRequestForwarder Interface

Definition

Interface definition for forwardding actor requests if the current service cannot service the request.

public interface IRequestForwarder
type IRequestForwarder = interface
Public Interface IRequestForwarder
Derived

Methods

ForwardRequestResponseAsync(IServiceRemotingRequestContext, IServiceRemotingRequestMessage)

Forwards the actor/service proxy requests to the remote service.

Applies to