Class OSubscribeLiveQueryResponse
java.lang.Object
com.orientechnologies.orient.client.remote.message.OSubscribeLiveQueryResponse
- All Implemented Interfaces:
OBinaryResponse
Created by tglman on 17/05/17.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidread(OChannelDataInput network, ORemoteClientSession session) voidwrite(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer)
-
Constructor Details
-
OSubscribeLiveQueryResponse
public OSubscribeLiveQueryResponse(int monitorId) -
OSubscribeLiveQueryResponse
public OSubscribeLiveQueryResponse()
-
-
Method Details
-
write
public void write(OChannelDataOutput channel, int protocolVersion, ORecordSerializer serializer) throws IOException - Specified by:
writein interfaceOBinaryResponse- Throws:
IOException
-
read
- Specified by:
readin interfaceOBinaryResponse- Throws:
IOException
-
getMonitorId
public int getMonitorId()
-