public interface AuthorizeBrokerRequestCallback
| Modifier and Type | Method and Description |
|---|---|
boolean |
invoke(java.lang.String responseReceiverId,
BrokerMessage request)
Performs authorizing of Publish, Subscribe or Unsubscribe
|
boolean invoke(java.lang.String responseReceiverId,
BrokerMessage request)
responseReceiverId - id of client which sent the request.request - request sent by the client.