From 258f222a070e30b983c526c8a5edb108bd308df4 Mon Sep 17 00:00:00 2001 From: Brittany Istenes <50678820+BrittanyIstenes@users.noreply.github.com> Date: Fri, 30 Oct 2020 11:25:07 -0400 Subject: [PATCH] Update jRugged --- index.html | 6 ------ 1 file changed, 6 deletions(-) diff --git a/index.html b/index.html index f0563fb..a441654 100644 --- a/index.html +++ b/index.html @@ -217,12 +217,6 @@

jrugged

The jrugged library allows your code to adapt to network issues in a responsible way.

-

- The jrugged library provides straightforward add-ons to existing code to make it more robust and easier to manage. Examples include CircuitBreaker, Initializer, PerformanceMonitor and Monitorable. -

-

- Most of these classes implement a ServiceWrapper interface to allow them to be applied around existing services using the Decorator design pattern. Those classes providing operational information, such as PerformanceMonitor and Monitorable can be wrapped in classes that expose their data to JMX controls or on web-accessible health status pages as desired. -