public class MessageStoreMediator extends AbstractMediator
MessageStoreMediator
will store the incoming Messages in associated MessageStorelog, trace, traceState
Constructor and Description |
---|
MessageStoreMediator() |
Modifier and Type | Method and Description |
---|---|
SynapsePath |
getMessageStoreExp() |
String |
getMessageStoreName() |
String |
getName() |
String |
getOnStoreSequence() |
boolean |
mediate(MessageContext synCtx)
Invokes the mediator passing the current message for mediation.
|
void |
setMessageStoreExp(SynapsePath messageStoreExp) |
void |
setMessageStoreName(String messageStoreName) |
void |
setName(String name) |
void |
setOnStoreSequence(String onStoreSequence) |
auditLog, auditWarn, configure, disableStatistics, disableTracing, divertMediationRoute, enableStatistics, enableTracing, getAspectConfiguration, getCommentsList, getDescription, getInputType, getLastSequenceFaultHandler, getLog, getMediatorName, getMediatorPosition, getOutputType, getRegisteredMediationFlowPoint, getShortDescription, getTraceState, getType, handleException, handleException, isBreakPoint, isContentAltering, isContentAware, isSkipEnabled, isStatisticsEnable, isTraceOn, isTraceOrDebugOn, isTracingEnabled, registerMediationFlowPoint, reportCloseStatistics, reportOpenStatistics, setBreakPoint, setCommentsList, setComponentStatisticsId, setDescription, setEffectiveTraceState, setMediatorPosition, setShortDescription, setSkipEnabled, setTraceState, shouldCaptureTracing, shouldTrace, shouldTrace, traceOrDebug, traceOrDebugWarn, unregisterMediationFlowPoint
public boolean mediate(MessageContext synCtx)
Mediator
synCtx
- the current message for mediationpublic String getName()
public void setName(String name)
public String getMessageStoreName()
public void setMessageStoreName(String messageStoreName)
public String getOnStoreSequence()
public void setOnStoreSequence(String onStoreSequence)
public void setMessageStoreExp(SynapsePath messageStoreExp)
public SynapsePath getMessageStoreExp()
Copyright © 2005–2020 Apache Software Foundation. All rights reserved.