|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PublishContext
Context, passed to a PublishInterceptor
.
Method Summary | |
---|---|
String |
getChannel()
Get publish channel |
Data |
getData()
Get the published data. |
DataHandler |
getSenderClient()
Get DataHandler of the client, who published the message |
DataHandler |
lookupClientHandler(String clientId)
Lookup DataHandler of the client. |
Set<DataHandler> |
lookupClientHandlers(String channelId)
Lookup DataHandler s of clients, which are registered on the channel |
Method Detail |
---|
String getChannel()
DataHandler getSenderClient()
DataHandler
of the client, who published the message
DataHandler
of the client, who published the message.DataHandler lookupClientHandler(String clientId)
DataHandler
of the client.
clientId
-
DataHandler
Set<DataHandler> lookupClientHandlers(String channelId)
DataHandler
s of clients, which are registered on the channel
channelId
-
DataHandler
s of clients, which are registered on the channelData getData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |