| Interface | Description |
|---|---|
| Acceptor |
Provides capability to only accept handling certain MuleEvents.
|
| Closeable | Deprecated |
| Event |
Represents any data event occurring in the Mule environment.
|
| Event.Builder | |
| EventContext |
Context representing a message that is received by a Mule Runtime via a connector source.
|
| GlobalNameableObject |
Beans implementing
GlobalNameableObject have globalName set during initialization to the bean name defined in the
configuration |
| Injector |
Component capable of injecting dependencies into a given object
|
| MuleContext | |
| MuleEventContext |
MuleEventContext is the context object for the current request. |
| MuleEventKeyGenerator |
Defines a way to generate cache keys for
Event instances. |
| MuleSession | Deprecated
Transport infrastructure is deprecated.
|
| NestedProcessor |
Callback interface used by message processors methods.
|
| Class | Description |
|---|---|
| Event.CurrentEventHolder | |
| SingleResourceTransactionFactoryManager | |
| TransformationService |
Provides the same operations previously exposed by
Message but decoupled from Message. |
| Enum | Description |
|---|---|
| MessageExchangePattern |
| Exception | Description |
|---|---|
| DefaultMuleException |
MuleException Is the base exception type for the Mule application any other exceptions thrown by Mule code will be
based on this exception. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.