Interface RequestTransport
- All Known Implementing Classes:
DefaultRequestTransport
,FakeRequestTransport
,InProcessRequestTransport
,UrlRequestTransport
public interface RequestTransport
Abstracts the mechanism by which a RequestFactory instance transmits its
payload to the backend.
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
A callback interface. -
Method Summary
Modifier and TypeMethodDescriptionvoid
send
(String payload, RequestTransport.TransportReceiver receiver) Called by the RequestFactory implementation.
-
Method Details