Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HystrixMetricHandler

A Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard. The handler listens to the circuit breaker notifications sent on the event bus.

Hierarchy

  • HystrixMetricHandler

Implements

  • any

Index

Methods

Methods

handle

  • handle(arg0: RoutingContext): void
  • Parameters

    • arg0: RoutingContext

    Returns void

Static create

  • Creates the handler, using the default notification address and listening to local messages only.

    Parameters

    • vertx: Vertx

    Returns HystrixMetricHandler

  • Creates the handler, listening only to local messages.

    Parameters

    • vertx: Vertx
    • address: string

    Returns HystrixMetricHandler

  • Creates the handler.

    Parameters

    • vertx: Vertx
    • address: string
    • localOnly: boolean

    Returns HystrixMetricHandler

Generated using TypeDoc