3233343536373839
this.remote = new RemoteSystem(); IRemoteSystem proxy = CircuitBreaker.protect(this.remote, IRemoteSystem.class, "com.example", "RemoteSystem"); this.service = new LocalServiceWithProxy(proxy); this.setupLocalService(); }