Package org.agrona

Interface DelegatingErrorHandler

  • All Superinterfaces:
    ErrorHandler

    public interface DelegatingErrorHandler
    extends ErrorHandler
    ErrorHandler that can insert into a chain of responsibility, so it handles an error and then delegates on to the next in the chain. This allows for taking action pre, or post, invocation of the next delegate.

    Implementations are responsible for calling the next in the chain.