public class InvalidateCacheMessageProcessor
extends org.mule.runtime.api.component.AbstractComponent
implements org.mule.runtime.core.api.processor.Processor
InvalidatableCachingStrategy| Constructor and Description |
|---|
InvalidateCacheMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
InvalidatableCachingStrategy |
getCachingStrategy() |
org.mule.runtime.core.api.processor.ReactiveProcessor.ProcessingType |
getProcessingType() |
org.mule.runtime.core.api.event.CoreEvent |
process(org.mule.runtime.core.api.event.CoreEvent event) |
void |
setCachingStrategy(InvalidatableCachingStrategy cachingStrategy) |
getAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotationspublic 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 org.mule.runtime.core.api.processor.ReactiveProcessor.ProcessingType getProcessingType()
getProcessingType in interface org.mule.runtime.core.api.processor.ReactiveProcessorCopyright © 2006–2022 MuleSoft, Inc.. All rights reserved.