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.Annotations

    Nested classes/interfaces inherited from interface org.mule.runtime.core.api.processor.ReactiveProcessor

    org.mule.runtime.core.api.processor.ReactiveProcessor.ProcessingType
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static Throwable
     
     

    Fields inherited from class org.mule.runtime.api.component.AbstractComponent

    ANNOTATION_NAME, LOCATION_KEY, ROOT_CONTAINER_NAME_KEY

    Fields inherited from interface org.mule.runtime.api.component.Component

    ANNOTATIONS_PROPERTY_NAME, NS_MULE_DOCUMENTATION, NS_MULE_PARSER_METADATA
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    org.mule.runtime.core.api.event.CoreEvent
    process(org.mule.runtime.core.api.event.CoreEvent event)
     

    Methods inherited from class org.mule.runtime.api.component.AbstractComponent

    getAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotations

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface java.util.function.Function

    andThen, compose

    Methods inherited from interface org.mule.runtime.core.api.processor.Processor

    apply

    Methods inherited from interface org.mule.runtime.core.api.processor.ReactiveProcessor

    getProcessingType
  • Field Details

  • 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:
      process in interface org.mule.runtime.core.api.processor.Processor
      Throws:
      org.mule.runtime.api.exception.MuleException
    • clean

      public static void clean()