Class AuditEventConsumerPipeline

    • Constructor Detail

      • AuditEventConsumerPipeline

        public AuditEventConsumerPipeline()
        Constructor. Registers a logging exception callback by default.
    • Method Detail

      • consumers

        @Nonnull
        @ReturnsMutableObject
        public com.helger.commons.collection.impl.ICommonsList<IAuditEventConsumer> consumers()
        Returns:
        The mutable list of all consumers. Never null.
      • exceptionCallbacks

        @Nonnull
        @ReturnsMutableObject
        public com.helger.commons.callback.CallbackList<com.helger.commons.callback.exception.IExceptionCallback<? super Exception>> exceptionCallbacks()
        Returns:
        The mutable exception callback list. Each callback is invoked, if one of the consumers throws an Exception.