| Package | Description |
|---|---|
| com.solacesystems.jcsmp |
The Solace Messaging API for Java (also referred to as JCSMP) is a 100% pure Java implementation that provides an object-oriented API for delivering high message throughput.
|
| com.solacesystems.jcsmp.impl | |
| com.solacesystems.jcsmp.protocol.impl | |
| com.solacesystems.jcsmp.protocol.smf.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ReplayStartLocationDate
JCSMPReplayStartLocationDate specifies a date and time based message replay start location. |
| Modifier and Type | Method and Description |
|---|---|
ReplayStartLocation |
JCSMPFactory.createReplayStartLocationBeginning()
Create a message replay start location to start replay from the oldest message available in the replay log.
|
ReplayStartLocation |
ConsumerFlowProperties.getReplayStartLocation()
Gets the message replay start location, or null if it is not set.
|
| Modifier and Type | Method and Description |
|---|---|
ConsumerFlowProperties |
ConsumerFlowProperties.setReplayStartLocation(ReplayStartLocation startLocation)
This property specifies a message replay start location.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReplayStartLocationBeginningImpl |
class |
ReplayStartLocationDateImpl |
| Modifier and Type | Method and Description |
|---|---|
WireMessage |
ClientMessageFactory.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) |
void |
TcpClientChannel.sendBindRequest(Endpoint bindTo,
Topic topicName,
int winSz,
int corrTag,
boolean allowOnStateSub,
String flowName,
AssuredCtrlEnums.FlowType flowType,
long lastMsgIdAcked,
long lastMsgIdRecved,
String sqlSelector,
EndpointProperties tmpEpCreateProperties,
Long transactedSessionId,
boolean noLocal,
boolean activeFlowIndication,
TcpChannel.WriteBlockPolicy wpolicy,
ReplayStartLocation startLocation,
Long endpointErrorId) |
| Modifier and Type | Method and Description |
|---|---|
AssuredCtrlHeaderBean |
AssuredCtrlFactory.createBindRequest(JCSMPSession session,
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) |
SmfADTLVParameter |
TlvParameterFactoryAssuredCtrl.getStartLocation(ReplayStartLocation startLocation) |
Copyright 2004-2021 Solace Corporation. All rights reserved.