| Interface | Description |
|---|---|
| ChannelBuilder |
Builds a channel.
|
| ComponentBuilder<D extends PhysicalComponent,C extends Component> |
Builds a component for an implementation type on a runtime.
|
| ComponentBuilderListener |
Receives callbacks when a component is built.
|
| DirectConnectionFactory |
Returns a direct connection to a channel.
|
| InterceptorBuilder<PID extends PhysicalInterceptor> |
Builds an interceptor for a wire invocation chain.
|
| ResourceBuilder<R extends PhysicalResource> |
Builds a resource on a runtime.
|
| SourceConnectionAttacher<P extends PhysicalConnectionSource> |
Attaches and detaches a
ChannelConnection from a component producer, channel or channel binding. |
| SourceWireAttacher<PSD extends PhysicalWireSource> |
Attaches (and detaches) a wire from a source component or transport binding.
|
| TargetConnectionAttacher<P extends PhysicalConnectionTarget> |
Attaches and detaches a pub/sub connection to a channel, component consumer, or channel binding.
|
| TargetWireAttacher<T extends PhysicalWireTarget> |
Attaches and detaches a wire to/from a target component or transport binding.
|