|
||||||||||
| 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 DataHandlers 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 -
DataHandlerSet<DataHandler> lookupClientHandlers(String channelId)
DataHandlers of clients, which are registered on the channel
channelId -
DataHandlers 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 | |||||||||