Class

qgane.engine.libs.hystrix.HystrixClient

AsyncCommand

Related Doc: package HystrixClient

Permalink

class AsyncCommand[R] extends HystrixObservableCommand[R]

Linear Supertypes
HystrixObservableCommand[R], AbstractCommand[R], HystrixObservable[R], HystrixInvokable[R], HystrixInvokableInfo[R], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AsyncCommand
  2. HystrixObservableCommand
  3. AbstractCommand
  4. HystrixObservable
  5. HystrixInvokable
  6. HystrixInvokableInfo
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AsyncCommand(groupName: String, commandName: String)(callable: Callable[R])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def construct(): Observable[R]

    Permalink
    Definition Classes
    AsyncCommand → HystrixObservableCommand
  7. def decomposeException(arg0: Exception): RuntimeException

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    AbstractCommand
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getCacheKey(): String

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    AbstractCommand
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def getExceptionFromThrowable(arg0: Throwable): Exception

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    AbstractCommand
  14. final def getExecutionObservable(): Observable[R]

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    HystrixObservableCommand → AbstractCommand
  15. def getExecutionSemaphore(): TryableSemaphore

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    AbstractCommand
  16. def getFallbackMethodName(): String

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    HystrixObservableCommand → AbstractCommand
  17. final def getFallbackObservable(): Observable[R]

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    HystrixObservableCommand → AbstractCommand
  18. def getFallbackSemaphore(): TryableSemaphore

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    AbstractCommand
  19. def getLogMessagePrefix(): String

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    AbstractCommand
  20. def handleThreadEnd(): Unit

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    AbstractCommand
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isRequestCachingEnabled(): Boolean

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    AbstractCommand
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. def recordExecutedCommand(): Unit

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    AbstractCommand
  28. def recordTotalExecutionTime(arg0: Long): Unit

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    AbstractCommand
  29. def resumeWithFallback(): Observable[R]

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    HystrixObservableCommand
  30. def shouldOutputOnNextEvents(): Boolean

    Permalink
    Attributes
    protected[com.netflix.hystrix]
    Definition Classes
    HystrixObservableCommand → AbstractCommand
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from HystrixObservableCommand[R]

Inherited from AbstractCommand[R]

Inherited from HystrixObservable[R]

Inherited from HystrixInvokable[R]

Inherited from HystrixInvokableInfo[R]

Inherited from AnyRef

Inherited from Any

Ungrouped