Options
All
  • Public
  • Public/Protected
  • All
Menu

Module MessageCodes

Index

Variables

ProtoBuf

ProtoBuf: any = require("protobufjs")

antidotePb

antidotePb: ProtoBufBuilder = ProtoBuf.protoFromFile(antidoteProtoSrc).build("AntidotePB")

antidoteProtoSrc

antidoteProtoSrc: string = path.join(__dirname, '..', 'proto', 'antidote.proto')

apbAbortTransaction

apbAbortTransaction: 120 = 120

apbBoundObject

apbBoundObject: 115 = 115

apbCommitResp

apbCommitResp: 127 = 127

apbCommitTransaction

apbCommitTransaction: 121 = 121

apbCounterUpdate

apbCounterUpdate: 109 = 109

apbGetCounterResp

apbGetCounterResp: 110 = 110

apbGetRegResp

apbGetRegResp: 108 = 108

apbGetSetResp

apbGetSetResp: 113 = 113

apbOperationResp

apbOperationResp: 111 = 111

apbReadObjectResp

apbReadObjectResp: 125 = 125

apbReadObjects

apbReadObjects: 116 = 116

apbReadObjectsResp

apbReadObjectsResp: 126 = 126

apbRegUpdate

apbRegUpdate: 107 = 107

apbSetUpdate

apbSetUpdate: 112 = 112

apbStartTransaction

apbStartTransaction: 119 = 119

apbStartTransactionResp

apbStartTransactionResp: 124 = 124

apbStaticReadObjects

apbStaticReadObjects: 123 = 123

apbStaticReadObjectsResp

apbStaticReadObjectsResp: 128 = 128

apbStaticUpdateObjects

apbStaticUpdateObjects: 122 = 122

apbTxnProperties

apbTxnProperties: 114 = 114

apbUpdateObjects

apbUpdateObjects: 118 = 118

apbUpdateOp

apbUpdateOp: 117 = 117

Functions

messageCodeToProto

  • messageCodeToProto(code: number): any

Generated using TypeDoc