Interface SuccessResponseMessage
- All Superinterfaces:
Cloneable,org.apache.ignite.internal.network.NetworkMessage
public interface SuccessResponseMessage
extends org.apache.ignite.internal.network.NetworkMessage
Message representing a successful response.
-
Field Summary
Fields inherited from interface org.apache.ignite.internal.network.NetworkMessage
NULL_GROUP_TYPE -
Method Summary
Modifier and TypeMethodDescriptionOperation ID corresponding to the operation.Methods inherited from interface org.apache.ignite.internal.network.NetworkMessage
clone, groupType, messageType, needAck, prepareMarshal, serializer, toStringForLightLogging, unmarshal
-
Method Details
-
operationId
UUID operationId()Operation ID corresponding to the operation.
-