| Package | Description |
|---|---|
| io.apiman.gateway.engine | |
| io.apiman.gateway.engine.impl | |
| io.apiman.gateway.engine.policy |
| Modifier and Type | Method and Description |
|---|---|
void |
IMetrics.setComponentRegistry(IComponentRegistry registry)
Provides the component registry (before any call to
IMetrics.record(RequestMetric))
is made. |
| Modifier and Type | Class and Description |
|---|---|
class |
ConfigDrivenComponentRegistry
A simple component registry.
|
class |
DefaultComponentRegistry
A default component registry, useful primarily for testing and
bootstrapping.
|
| Modifier and Type | Method and Description |
|---|---|
protected IComponentRegistry |
DefaultEngineFactory.createComponentRegistry(IPluginRegistry pluginRegistry) |
protected IComponentRegistry |
ConfigDrivenEngineFactory.createComponentRegistry(IPluginRegistry pluginRegistry) |
protected abstract IComponentRegistry |
AbstractEngineFactory.createComponentRegistry(IPluginRegistry pluginRegistry)
Creates a component registry.
|
IComponentRegistry |
EngineImpl.getComponentRegistry() |
| Modifier and Type | Method and Description |
|---|---|
void |
InMemoryMetrics.setComponentRegistry(IComponentRegistry registry) |
void |
EngineImpl.setComponentRegistry(IComponentRegistry componentRegistry) |
| Constructor and Description |
|---|
EngineImpl(IRegistry registry,
IPluginRegistry pluginRegistry,
IComponentRegistry componentRegistry,
IConnectorFactory connectorFactory,
IPolicyFactory policyFactory,
IMetrics metrics)
Constructor.
|
| Constructor and Description |
|---|
PolicyContextImpl(IComponentRegistry componentRegistry)
Constructor.
|
Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.