Class AuditResponseInterceptor<T extends WsAuditDataset>

    • Constructor Detail

      • AuditResponseInterceptor

        public AuditResponseInterceptor​(AuditStrategy<T> auditStrategy,
                                        AuditContext auditContext,
                                        boolean serverSide,
                                        AsynchronyCorrelator<T> correlator,
                                        boolean asyncReceiver)
        Constructor.
        Parameters:
        auditStrategy - an audit strategy instance.
        serverSide - whether this interceptor is being used on the server side (true) or on the client side (false). Server side is where the response is generated.
        correlator - correlator for asynchronous messages (null on server side).
        asyncReceiver - true when this interceptor is installed on the asynchronous receiver side.