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
ConstructorsConstructorDescriptionSimpleRequestCorrelation(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:
getMatsSocketSessionIdin interfaceClusterStoreAndForward.RequestCorrelation
-
getServerMessageId
- Specified by:
getServerMessageIdin interfaceClusterStoreAndForward.RequestCorrelation
-
getRequestTimestamp
public long getRequestTimestamp()- Specified by:
getRequestTimestampin interfaceClusterStoreAndForward.RequestCorrelation
-
getReplyTerminatorId
- Specified by:
getReplyTerminatorIdin interfaceClusterStoreAndForward.RequestCorrelation
-
getCorrelationString
- Specified by:
getCorrelationStringin interfaceClusterStoreAndForward.RequestCorrelation
-
getCorrelationBinary
public byte[] getCorrelationBinary()- Specified by:
getCorrelationBinaryin interfaceClusterStoreAndForward.RequestCorrelation
-