aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dominoRPC/constants.py
blob: 5687d910d2d738f1c873b81d1d5dbe9708319ea2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#
# Autogenerated by Thrift Compiler (0.9.3)
#
# DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
#
#  options string: py
#

from thrift.Thrift import TType, TMessageType, TException, TApplicationException
from ttypes import *

HEART_BEAT = 1
REGISTER = 2
REGISTER_RESPONSE = 3
SUBSCRIBE = 4
SUBSCRIBE_RESPONSE = 5
PUBLISH = 6
PUBLISH_RESPONSE = 7
PUSH = 8
PUSH_RESPONSE = 9
QUERY = 10
QUERY_RESPONSE = 11
SUCCESS = 1
FAILED = 2
APPEND = 0
OVERWRITE = 1
DELETE = 2