| Package | Description |
|---|---|
| org.mule.runtime.core.api.lifecycle | |
| org.mule.runtime.core.component.simple |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Callable
Callable is used to provide a Service with an interface that supports event calls. |
| Modifier and Type | Class and Description |
|---|---|
class |
EchoComponent
EchoComponent will log the message and return the payload back as the result. |
class |
LogComponent
LogComponent simply logs the content (or content length if it is a large message) |
class |
NullComponent
NullComponent is a service that is used as a placeholder. |
class |
StaticComponent
A service that will return a static data object as a result.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.