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. -