public class InvalidateKeyMessageProcessor
extends org.mule.runtime.api.component.AbstractComponent
implements org.mule.runtime.core.api.processor.Processor, org.mule.runtime.core.api.context.MuleContextAware, org.mule.runtime.api.lifecycle.Initialisable
InvalidatableCachingStrategy| Constructor and Description |
|---|
InvalidateKeyMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
InvalidatableCachingStrategy |
getCachingStrategy() |
MuleEventKeyGenerator |
getKeyGenerator() |
void |
initialise() |
org.mule.runtime.core.api.event.CoreEvent |
process(org.mule.runtime.core.api.event.CoreEvent event) |
void |
setCachingStrategy(InvalidatableCachingStrategy cachingStrategy) |
void |
setKeyGenerator(MuleEventKeyGenerator keyGenerator) |
void |
setMuleContext(org.mule.runtime.core.api.MuleContext context) |
getAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic org.mule.runtime.core.api.event.CoreEvent process(org.mule.runtime.core.api.event.CoreEvent event)
throws org.mule.runtime.api.exception.MuleException
process in interface org.mule.runtime.core.api.processor.Processororg.mule.runtime.api.exception.MuleExceptionpublic InvalidatableCachingStrategy getCachingStrategy()
public void setCachingStrategy(InvalidatableCachingStrategy cachingStrategy)
public MuleEventKeyGenerator getKeyGenerator()
public void setKeyGenerator(MuleEventKeyGenerator keyGenerator)
public void setMuleContext(org.mule.runtime.core.api.MuleContext context)
setMuleContext in interface org.mule.runtime.core.api.context.MuleContextAwareCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.