Class MessageStorage
java.lang.Object
org.mule.runtime.api.component.AbstractComponent
org.mule.test.transactional.connection.MessageStorage
- All Implemented Interfaces:
Function<org.reactivestreams.Publisher<org.mule.runtime.core.api.event.CoreEvent>,,org.reactivestreams.Publisher<org.mule.runtime.core.api.event.CoreEvent>> org.mule.runtime.api.component.Component,org.mule.runtime.core.api.processor.Processor,org.mule.runtime.core.api.processor.ReactiveProcessor
public class MessageStorage
extends org.mule.runtime.api.component.AbstractComponent
implements org.mule.runtime.core.api.processor.Processor
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.mule.runtime.api.component.Component
org.mule.runtime.api.component.Component.AnnotationsNested classes/interfaces inherited from interface org.mule.runtime.core.api.processor.ReactiveProcessor
org.mule.runtime.core.api.processor.ReactiveProcessor.ProcessingType -
Field Summary
FieldsFields inherited from class org.mule.runtime.api.component.AbstractComponent
ANNOTATION_NAME, LOCATION_KEY, ROOT_CONTAINER_NAME_KEYFields inherited from interface org.mule.runtime.api.component.Component
ANNOTATIONS_PROPERTY_NAME, NS_MULE_DOCUMENTATION, NS_MULE_PARSER_METADATA -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.mule.runtime.api.component.AbstractComponent
getAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotationsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.mule.runtime.core.api.processor.Processor
applyMethods inherited from interface org.mule.runtime.core.api.processor.ReactiveProcessor
getProcessingType
-
Field Details
-
messages
-
exception
-
-
Constructor Details
-
MessageStorage
public MessageStorage()
-
-
Method Details
-
process
public org.mule.runtime.core.api.event.CoreEvent process(org.mule.runtime.core.api.event.CoreEvent event) throws org.mule.runtime.api.exception.MuleException - Specified by:
processin interfaceorg.mule.runtime.core.api.processor.Processor- Throws:
org.mule.runtime.api.exception.MuleException
-
clean
public static void clean()
-