public class Console
extends org.mule.runtime.api.component.AbstractComponent
implements org.mule.runtime.core.api.processor.Processor, org.mule.runtime.api.lifecycle.Initialisable, org.mule.runtime.api.lifecycle.Disposable
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
Console(ApikitRegistry registry,
org.mule.runtime.api.component.location.ConfigurationComponentLocator locator) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Configuration |
getConfiguration() |
String |
getName() |
void |
initialise() |
org.mule.runtime.core.api.event.CoreEvent |
process(org.mule.runtime.core.api.event.CoreEvent event) |
void |
setConfiguration(Configuration configuration) |
void |
setName(String name) |
getAnnotation, getAnnotations, getLocation, getRootContainerLocation, setAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait@Inject public Console(ApikitRegistry registry, org.mule.runtime.api.component.location.ConfigurationComponentLocator locator)
public void initialise()
initialise in interface org.mule.runtime.api.lifecycle.Initialisablepublic org.mule.runtime.core.api.event.CoreEvent process(org.mule.runtime.core.api.event.CoreEvent event)
process in interface org.mule.runtime.core.api.processor.Processorpublic Configuration getConfiguration()
public void setConfiguration(Configuration configuration)
public String getName()
public void setName(String name)
public void dispose()
dispose in interface org.mule.runtime.api.lifecycle.DisposableCopyright © 2025. All rights reserved.