Initial commit
This commit is contained in:
19
application/Espo/Resources/metadata/app/webSocket.json
Normal file
19
application/Espo/Resources/metadata/app/webSocket.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"categories": {
|
||||
"newNotification": {},
|
||||
"recordUpdate": {
|
||||
"paramList": ["scope", "id"],
|
||||
"accessCheckCommand": "AclCheck --userId=:userId --scope=:scope --id=:id --action=read"
|
||||
},
|
||||
"streamUpdate": {
|
||||
"paramList": ["scope", "id"],
|
||||
"accessCheckCommand": "AclCheck --userId=:userId --scope=:scope --id=:id --action=stream"
|
||||
}
|
||||
},
|
||||
"messagers": {
|
||||
"ZeroMQ": {
|
||||
"senderClassName": "Espo\\Core\\WebSocket\\ZeroMQSender",
|
||||
"subscriberClassName": "Espo\\Core\\WebSocket\\ZeroMQSubscriber"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user