public class LifecycleSensingMessageProcessor extends Object implements org.mule.runtime.api.lifecycle.Lifecycle, Processor
ReactiveProcessor.ProcessingType| Constructor and Description |
|---|
LifecycleSensingMessageProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
List<LifecycleAction> |
getLifecycleActions() |
LifecycleSensingObjectFactory |
getObjectFactory() |
void |
initialise() |
InternalEvent |
process(InternalEvent event) |
void |
setObjectFactory(LifecycleSensingObjectFactory objectFactory) |
void |
start() |
void |
stop() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProcessingTypepublic void setObjectFactory(LifecycleSensingObjectFactory objectFactory)
public void dispose()
dispose in interface org.mule.runtime.api.lifecycle.Disposablepublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionpublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic List<LifecycleAction> getLifecycleActions()
public LifecycleSensingObjectFactory getObjectFactory()
public InternalEvent process(InternalEvent event) throws org.mule.runtime.api.exception.MuleException
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.