Uses of Class
com.spotify.apollo.test.StubClient.StubbedResponseBuilder
-
Packages that use StubClient.StubbedResponseBuilder Package Description com.spotify.apollo.test -
-
Uses of StubClient.StubbedResponseBuilder in com.spotify.apollo.test
Methods in com.spotify.apollo.test that return StubClient.StubbedResponseBuilder Modifier and Type Method Description StubClient.StubbedResponseBuilderStubClient.StubbedResponseBuilder. in(long time, TimeUnit unit)Configure delay before the response should be sent.StubClient.StubbedResponseBuilderStubClient. respond(com.spotify.apollo.Response<okio.ByteString> response)Configure a constant (i.e., all matching requests will always result in the same response) response for some request.StubClient.StubbedResponseBuilderStubClient. respond(ResponseSource responseSource)Configure a response source for matching requests.
-