Package | Description |
---|---|
org.apache.synapse.message.store.impl.jdbc | |
org.apache.synapse.message.store.impl.resequencer |
Modifier and Type | Method and Description |
---|---|
protected Statement |
JDBCMessageStore.getStoreMessageStatement(MessageContext messageContext,
java.lang.Long sequenceId)
Generates the statement to store message in database.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Statement> |
JDBCMessageStore.removeMessageStatement(java.lang.String msgId)
Statement to remove the message once a response is received.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.util.Map> |
JDBCMessageStore.getProcessedRows(Statement statement)
Will return the list of processed message rows.
|
Modifier and Type | Method and Description |
---|---|
protected Statement |
ResequenceMessageStore.getStoreMessageStatement(MessageContext context,
java.lang.Long sequenceId)
Stores message in database by providing the correct sequence id.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Statement> |
ResequenceMessageStore.removeMessageStatement(java.lang.String msgId)
Remove message statement.
|
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.