Class FailoverBackends

java.lang.Object
com.ngrok.services.FailoverBackends

public class FailoverBackends extends Object
A Failover backend defines failover behavior within a list of referenced backends. Traffic is sent to the first backend in the list. If that backend is offline or no connection can be established, ngrok attempts to connect to the next backend in the list until one is successful. See also https://ngrok.com/docs/api#api-failover-backends.