Adds an interceptor which will be executed after packets are received from the server. Invoking this method is the same as invoking addIncomingInterceptor(Interceptor).
@param interceptor an Interceptor
@deprecated As of HornetQ 2.3.0.Final, replaced by{@link #addIncomingInterceptor(Interceptor)} and{@link #addOutgoingInterceptor(Interceptor)}
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.