| Interface | Description |
|---|---|
| CallbackBindingGenerator<B extends org.fabric3.api.model.type.component.Binding> |
Implementations generate a
Binding for a callback. |
| ChannelGeneratorExtension |
Generates metadata used to provision a channel to a runtime.
|
| ComponentGenerator<C extends LogicalComponent<? extends org.fabric3.api.model.type.component.Implementation<?>>> |
Generates metadata used to provision components and physical wires to a runtime.
|
| ConnectionBindingGenerator<B extends org.fabric3.api.model.type.component.Binding> |
Generates
PhysicalConnectionSources and PhysicalConnectionTargets for resolved connection bindings. |
| InterceptorGenerator |
Generates
PhysicalInterceptors used to attach interceptors to a wire. |
| ResourceGenerator<R extends org.fabric3.api.model.type.component.Resource> |
Generates
PhysicalResources from a resource definition declared in a composite. |
| ResourceReferenceGenerator<R extends org.fabric3.api.model.type.component.ResourceReference> |
Generates metadata to attach a component resource reference to a resource.
|
| WireBindingGenerator<BD extends org.fabric3.api.model.type.component.Binding> |
Generates
PhysicalWireSources and PhysicalWireTargets for resolved wire bindings. |