public interface TargetConnectionAttacher<P extends PhysicalConnectionTarget>
| Modifier and Type | Method and Description |
|---|---|
void |
attach(PhysicalConnectionSource source,
P target,
ChannelConnection connection)
Attach a connection to a target, which can be a channel, component consumer, or channel binding.
|
void |
detach(PhysicalConnectionSource source,
P target)
Detach a connection from a target.
|
void attach(PhysicalConnectionSource source, P target, ChannelConnection connection) throws org.fabric3.api.host.Fabric3Exception
source - the source metadatatarget - the target metadataconnection - the connection that flows events from a sourceorg.fabric3.api.host.Fabric3Exception - if an error is encountered performing the attachvoid detach(PhysicalConnectionSource source, P target) throws org.fabric3.api.host.Fabric3Exception
source - the source metadatatarget - the target metadataorg.fabric3.api.host.Fabric3Exception - if an error is encountered performing the attach