| Modifier and Type | Method and Description |
|---|---|
List<InterceptorFactory> |
InterceptableModel.getInterceptorFactories()
Returns a
List which items are InterceptorFactory instances
that are to be used to provision the interceptors for the
configurations created from this model. |
| Modifier and Type | Method and Description |
|---|---|
List<InterceptorFactory> |
ImmutableRuntimeConfigurationModel.getInterceptorFactories() |
| Constructor and Description |
|---|
ImmutableRuntimeConfigurationModel(String name,
String description,
Supplier<RuntimeExtensionModel> extensionModelSupplier,
ConfigurationFactory configurationFactory,
List<ParameterModel> parameterModels,
List<OperationModel> operationModels,
List<ConnectionProviderModel> connectionProviders,
List<SourceModel> sourceModels,
Set<ModelProperty> modelProperties,
List<InterceptorFactory> interceptorFactories)
Creates a new instance with the given state
|
| Modifier and Type | Method and Description |
|---|---|
List<InterceptorFactory> |
InterceptableDeclaration.getInterceptorFactories() |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptableDeclaration.addInterceptorFactory(InterceptorFactory interceptorFactory)
Adds the
interceptorFactory to this declaration |
T |
HasInterceptors.withInterceptorFrom(InterceptorFactory interceptorFactory)
Adds the given
interceptorFactory |
T |
ComponentDeclarer.withInterceptorFrom(InterceptorFactory interceptorFactory)
Adds the given
interceptorFactory |
ConfigurationDeclarer |
ConfigurationDeclarer.withInterceptorFrom(InterceptorFactory interceptorFactory)
Adds the given
interceptorFactory |
| Modifier and Type | Method and Description |
|---|---|
List<InterceptorFactory> |
ImmutableRuntimeOperationModel.getInterceptorFactories()
Returns a
List which items are InterceptorFactory instances
that are to be used to provision the interceptors for the
configurations created from this model. |
| Constructor and Description |
|---|
ImmutableRuntimeOperationModel(String name,
String description,
OperationExecutorFactory executorFactory,
List<ParameterModel> parameterModels,
OutputModel output,
OutputModel outputAttributes,
Set<ModelProperty> modelProperties,
List<InterceptorFactory> interceptorFactories,
Optional<ExceptionEnricherFactory> exceptionEnricherFactory,
MetadataResolverFactory metadataResolverFactory)
Creates a new instance with the given state
|
| Modifier and Type | Method and Description |
|---|---|
List<InterceptorFactory> |
ImmutableRuntimeSourceModel.getInterceptorFactories()
Returns a
List which items are InterceptorFactory instances
that are to be used to provision the interceptors for the
configurations created from this model. |
| Constructor and Description |
|---|
ImmutableRuntimeSourceModel(String name,
String description,
List<ParameterModel> parameterModels,
OutputModel output,
OutputModel outputAttributes,
SourceFactory sourceFactory,
Set<ModelProperty> modelProperties,
List<InterceptorFactory> interceptorFactories,
Optional<ExceptionEnricherFactory> exceptionEnricherFactory,
MetadataResolverFactory metadataResolverFactory)
Creates a new instance
|
Copyright © 2016 MuleSoft, Inc.. All rights reserved.