disco-java-agent-sql/src/main/java/software/amazon/disco/agent/sql/ConnectionInterceptor.java [84:100]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                requestEvent.getService(),
                requestEvent.getOperation(),
                requestEvent)
                .withResponse(response)
                .withThrown(thrown);

        EventBus.publish(responseEvent);
    }

    /**
     * Installs part of the Disco SQL interception library into a Java program. Intended to be invoked
     * during an agent's premain.
     *
     * @param agentBuilder - an AgentBuilder to append instructions to
     * @return - the {@code AgentBuilder} object for chaining
     */
    @Override
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



disco-java-agent-sql/src/main/java/software/amazon/disco/agent/sql/JdbcExecuteInterceptor.java [115:131]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                requestEvent.getService(),
                requestEvent.getOperation(),
                requestEvent)
                .withResponse(response)
                .withThrown(thrown);

        EventBus.publish(responseEvent);
    }

    /**
     * Installs the Disco SQL interception library into a Java program. Intended to be invoked
     * during an agent's premain.
     *
     * @param agentBuilder - an AgentBuilder to append instructions to
     * @return - the {@code AgentBuilder} object for chaining
     */
    @Override
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



