public class ClientMessageFactory extends Object
| Constructor and Description |
|---|
ClientMessageFactory(JCSMPBasicSession session) |
| Modifier and Type | Method and Description |
|---|---|
WireMessage |
getAdCtrlBind(Endpoint bindTo,
Topic newTopic,
int winSz,
int corrTag,
String flowName,
AssuredCtrlEnums.FlowType flowType,
long lastMsgAcked,
long lastMsgIdRecved,
String sqlSelector,
EndpointProperties tmpEndpointProperties,
Long transactedSessionId,
boolean noLocal,
boolean activeFlowIndication,
ReplayStartLocation startLocation,
Long endpointErrorId) |
WireMessage |
getFlowChangeUpdateResponse(long flowId,
boolean activeFlowIndication,
long respCode,
String respString) |
WireMessage |
getUnbindRequest(long flowId,
Integer corrTag,
boolean linger,
Long lastMsgIdAcked,
Long errorId) |
WireMessage |
getUnsubscribeRequest(String endpointName,
int corrTag) |
public ClientMessageFactory(JCSMPBasicSession session)
public WireMessage getAdCtrlBind(Endpoint bindTo, Topic newTopic, int winSz, int corrTag, String flowName, AssuredCtrlEnums.FlowType flowType, long lastMsgAcked, long lastMsgIdRecved, String sqlSelector, EndpointProperties tmpEndpointProperties, Long transactedSessionId, boolean noLocal, boolean activeFlowIndication, ReplayStartLocation startLocation, Long endpointErrorId) throws JCSMPException
JCSMPExceptionpublic WireMessage getUnbindRequest(long flowId, Integer corrTag, boolean linger, Long lastMsgIdAcked, Long errorId) throws JCSMPException
JCSMPExceptionpublic WireMessage getUnsubscribeRequest(String endpointName, int corrTag) throws JCSMPException
JCSMPExceptionpublic WireMessage getFlowChangeUpdateResponse(long flowId, boolean activeFlowIndication, long respCode, String respString) throws JCSMPException
JCSMPExceptionCopyright 2004-2020 Solace Corporation. All rights reserved.