Uses of Interface
com.spotify.apollo.test.response.ResponseSource
-
Packages that use ResponseSource Package Description com.spotify.apollo.test com.spotify.apollo.test.response -
-
Uses of ResponseSource in com.spotify.apollo.test
Methods in com.spotify.apollo.test with parameters of type ResponseSource Modifier and Type Method Description StubClient.StubbedResponseBuilderStubClient. respond(ResponseSource responseSource)Configure a response source for matching requests. -
Uses of ResponseSource in com.spotify.apollo.test.response
Methods in com.spotify.apollo.test.response that return ResponseSource Modifier and Type Method Description static ResponseSourceResponses. constant(ResponseWithDelay responseWithDelay)static ResponseSourceResponses. sequence(Iterable<ResponseWithDelay> responseWithDelayIterable)
-