| Modifier and Type | Method and Description |
|---|---|
static HystrixBundle.Builder |
HystrixBundle.builder()
Creates a new @{link Builder} that may be used to configure this bundle's behaviour.
|
HystrixBundle.Builder |
HystrixBundle.Builder.disableMetricsPublisher()
Disables the Hystrix to DropWizard (i.e CodaHale) Metrics publisher
|
HystrixBundle.Builder |
HystrixBundle.Builder.disableStreamServletInAdminContext()
Disables the HystrixMetricsStreamServlet from being registered in the admin context
|
HystrixBundle.Builder |
HystrixBundle.Builder.withAdminStreamUri(String path)
Configure the path that the HystrixMetricsStreamServlet will be mapped to in the admin context
|
HystrixBundle.Builder |
HystrixBundle.Builder.withApplicationStreamPath(String path)
Enables the registration of the HystrixMetricsStreamServlet in the application context
|
HystrixBundle.Builder |
HystrixBundle.Builder.withMetricsPublisherPredicate(HystrixBundle.MetricsPublishPredicate metricsPublisherPredicate)
Allows clients to specify some other way of specifying whether Hystrix metrics should be published or not
|
Copyright © 2015–2017 Sondre Eikanger Kvalø. All rights reserved..