| Interface and Description |
|---|
| org.mule.runtime.api.meta.model.nested.NestableElementModel
since 1.4.0. Use
NestedComponentModel instead. |
| org.mule.runtime.api.meta.model.nested.NestableElementModelVisitor
since 1.4.0. Use
ComponentModelVisitor instead |
| Field and Description |
|---|
| org.mule.runtime.api.deployment.management.ComponentInitialStateManager.DISABLE_SCHEDULER_SOURCES_PROPERTY
Please use
MuleSystemProperties.DISABLE_SCHEDULER_SOURCES_PROPERTY instead. |
| org.mule.runtime.api.exception.MuleException.INFO_ALREADY_LOGGED_KEY
this is a property in an object now, no more need for a key
|
| org.mule.runtime.api.util.MuleSystemProperties.MULE_DISABLE_PAYLOAD_STATISTICS
since 4.4.1, 4.5.0. Payload statistics are no longer supported, so this property will be ignored.
|
| org.mule.runtime.api.util.MuleSystemProperties.MULE_LOGGING_INTERVAL_SCHEDULERS_LATENCY_REPORT
Since 4.4.0 this feature was removed.
|
| Constructor and Description |
|---|
| org.mule.runtime.api.meta.model.error.ImmutableErrorModel(String, String, ErrorModel)
This constructor is deprecated and will be removed in Mule 5. Use
ImmutableErrorModel(String, String, ErrorModel) instead |
| org.mule.runtime.api.metadata.TypedValue(T, DataType, Optional<Long>)
Use
TypedValue(Object, DataType, OptionalLong) instead. |
| Enum Constant and Description |
|---|
| org.mule.runtime.api.component.TypedComponentIdentifier.ComponentType.INTERCEPTING
Intercepting processors are a Mule 3 feature that is deprecated in Mule 4. Use interception API instead (ref:
ProcessorInterceptorFactory). |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.