Class ResponseWithDelay


  • public class ResponseWithDelay
    extends Object
    • Method Detail

      • forResponse

        public static ResponseWithDelay forResponse​(com.spotify.apollo.Response<okio.ByteString> response)
      • forResponse

        public static ResponseWithDelay forResponse​(com.spotify.apollo.Response<okio.ByteString> response,
                                                    long delay,
                                                    TimeUnit unit)
      • getResponse

        public com.spotify.apollo.Response<okio.ByteString> getResponse()
      • getDelayMillis

        public long getDelayMillis()