Package org.shiftone.jrat.provider.silent

The Silent provider doesn't do anything with events.

See:
          Description

Class Summary
SilentMethodHandler Class SilentMethodHandler
 

Package org.shiftone.jrat.provider.silent Description

The Silent provider doesn't do anything with events. It is used when no handler is configured for a method. This happens in two cases.

  1. If JRat is not configured at all. This handler will be used for all events
  2. If JRat is configured, it is using the ChainMethodHandlerFactory, which makes the final determination what handlers to be used. It can assign zero, one, or many handlers to a single method. In the case where the chain handler determins that zero handlers are configured for a method, a silent handler will be used.