Package | Description |
---|---|
org.hornetq.api.core.client |
Core Client Messaging API.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerLocator.addIncomingInterceptor(Interceptor interceptor)
Adds an interceptor which will be executed after packets are received from the server.
|
void |
ServerLocator.addInterceptor(Interceptor interceptor)
Deprecated.
As of HornetQ 2.3.0.Final, replaced by
ServerLocator.addIncomingInterceptor(Interceptor) and
ServerLocator.addOutgoingInterceptor(Interceptor) |
void |
ServerLocator.addOutgoingInterceptor(Interceptor interceptor)
Adds an interceptor which will be executed before packets are sent to the server.
|
boolean |
ServerLocator.removeIncomingInterceptor(Interceptor interceptor)
Removes an incoming interceptor.
|
boolean |
ServerLocator.removeInterceptor(Interceptor interceptor)
Deprecated.
As of HornetQ 2.3.0.Final, replaced by
ServerLocator.removeIncomingInterceptor(Interceptor) and
ServerLocator.removeOutgoingInterceptor(Interceptor) |
boolean |
ServerLocator.removeOutgoingInterceptor(Interceptor interceptor)
Removes an outgoing interceptor.
|
Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.