Class CircuitBreakerFailoverFeature.Portable

java.lang.Object
org.apache.cxf.clustering.FailoverFeature.Portable
org.apache.cxf.clustering.circuitbreaker.CircuitBreakerFailoverFeature.Portable
All Implemented Interfaces:
org.apache.cxf.feature.AbstractPortableFeature, org.apache.cxf.feature.Feature
Enclosing class:
CircuitBreakerFailoverFeature

public static class CircuitBreakerFailoverFeature.Portable extends FailoverFeature.Portable
  • Constructor Details

    • Portable

      public Portable()
    • Portable

      public Portable(String clientBootstrapAddress)
    • Portable

      public Portable(int threshold, long timeout)
    • Portable

      public Portable(int threshold, long timeout, String clientBootstrapAddress)
  • Method Details