Call

sealed class Call

Represents all the possible outcomes when RemoteApiService processes a Request.

Types

Link copied to clipboard

Request was received and a single Response was sent indicating that call is complete.

Link copied to clipboard

Request was ignored. Typically used when RemoteApiService is not interested to handle a Request, allowing other RemoteApiService instances that are associated with the same RemoteApiService.Factory.supportedApiSpecIds to process it.

Link copied to clipboard

Request was received but one or more Responses are yet to be sent. The associated closeable is closed when the Request sender terminates the call.

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard