| 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
|
Copyright © 2015–2016 Sondre Eikanger Kvalø. All rights reserved..