Uses of Class
com.ngrok.definitions.EndpointCircuitBreaker
-
Uses of EndpointCircuitBreaker in com.ngrok.definitions
Modifier and TypeMethodDescriptionEndpointCircuitBreaker.Builder.build()
Constructs theEndpointCircuitBreaker
instance.Modifier and TypeMethodDescriptionHttpsEdgeRoute.getCircuitBreaker()
circuit breaker module configuration ornull
-
Uses of EndpointCircuitBreaker in com.ngrok.services
Modifier and TypeMethodDescriptionEdgeRouteCircuitBreakerModule.GetCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.EdgeRouteCircuitBreakerModule.ReplaceCallBuilder.blockingCall()
Initiates the API call and blocks until it returns.Modifier and TypeMethodDescriptionEdgeRouteCircuitBreakerModule.GetCallBuilder.call()
Initiates the API call asynchronously.EdgeRouteCircuitBreakerModule.ReplaceCallBuilder.call()
Initiates the API call asynchronously.Modifier and TypeMethodDescriptionEdgesHttpsRoutes.CreateCallBuilder.circuitBreaker
(EndpointCircuitBreaker circuitBreaker) circuit breaker module configuration ornull
EdgesHttpsRoutes.UpdateCallBuilder.circuitBreaker
(EndpointCircuitBreaker circuitBreaker) circuit breaker module configuration ornull
EdgeRouteCircuitBreakerModule.ReplaceCallBuilder.module
(EndpointCircuitBreaker module) Sets themodule
parameter.Modifier and TypeMethodDescriptionEdgesHttpsRoutes.CreateCallBuilder.circuitBreaker
(Optional<EndpointCircuitBreaker> circuitBreaker) circuit breaker module configuration ornull
EdgesHttpsRoutes.UpdateCallBuilder.circuitBreaker
(Optional<EndpointCircuitBreaker> circuitBreaker) circuit breaker module configuration ornull
EdgeRouteCircuitBreakerModule.ReplaceCallBuilder.module
(Optional<EndpointCircuitBreaker> module) Sets (or unsets) themodule
parameter.