Package io.mats3.matssocket
Class ClusterStoreAndForward.SimpleRequestCorrelation
java.lang.Object
io.mats3.matssocket.ClusterStoreAndForward.SimpleRequestCorrelation
- All Implemented Interfaces:
ClusterStoreAndForward.RequestCorrelation
- Enclosing interface:
- ClusterStoreAndForward
public static class ClusterStoreAndForward.SimpleRequestCorrelation
extends Object
implements ClusterStoreAndForward.RequestCorrelation
-
Constructor Summary
ConstructorDescriptionSimpleRequestCorrelation
(String matsSocketSessionId, String serverMessageId, long requestTimestamp, String replyTerminatorId, String correlationString, byte[] correlationBinary) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]
long
-
Constructor Details
-
SimpleRequestCorrelation
-
-
Method Details
-
getMatsSocketSessionId
- Specified by:
getMatsSocketSessionId
in interfaceClusterStoreAndForward.RequestCorrelation
-
getServerMessageId
- Specified by:
getServerMessageId
in interfaceClusterStoreAndForward.RequestCorrelation
-
getRequestTimestamp
public long getRequestTimestamp()- Specified by:
getRequestTimestamp
in interfaceClusterStoreAndForward.RequestCorrelation
-
getReplyTerminatorId
- Specified by:
getReplyTerminatorId
in interfaceClusterStoreAndForward.RequestCorrelation
-
getCorrelationString
- Specified by:
getCorrelationString
in interfaceClusterStoreAndForward.RequestCorrelation
-
getCorrelationBinary
public byte[] getCorrelationBinary()- Specified by:
getCorrelationBinary
in interfaceClusterStoreAndForward.RequestCorrelation
-