| Package | Description |
|---|---|
| org.mule.runtime.api.el | |
| org.mule.runtime.api.scheduler | |
| org.mule.runtime.api.service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DefaultExpressionLanguageFactoryService
Provides a factory for the default Expression language that is going to be used by the
MuleExpressionLanguage |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SchedulerService
Provides access to the different schedulers and thread pools that exist in the Mule runtime, allowing an artifact to schedule
tasks on those.
|
| Modifier and Type | Method and Description |
|---|---|
Service |
ServiceDefinition.getService() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Service> |
ServiceDefinition.getServiceClass() |
List<Service> |
ServiceRepository.getServices()
Provides access to the services available in the container.
|
| Constructor and Description |
|---|
ServiceDefinition(Class<? extends Service> serviceInterface,
Service service)
Defines a new service instance.
|
| Constructor and Description |
|---|
ServiceDefinition(Class<? extends Service> serviceInterface,
Service service)
Defines a new service instance.
|
Copyright © 2024 MuleSoft, Inc.. All rights reserved.