Class GetExpectedResponse

java.lang.Object
uk.co.mruoc.rest.polling.GetExpectedResponse
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Boolean>

public class GetExpectedResponse
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Boolean>
  • Constructor Summary

    Constructors
    Constructor Description
    GetExpectedResponse​(java.lang.String uri, ExpectedResponse expectedResponse)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Boolean call()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GetExpectedResponse

      public GetExpectedResponse​(java.lang.String uri, ExpectedResponse expectedResponse)
  • Method Details

    • call

      public java.lang.Boolean call()
      Specified by:
      call in interface java.util.concurrent.Callable<java.lang.Boolean>