public interface ChannelBuilder
| Modifier and Type | Method and Description |
|---|---|
Channel |
build(PhysicalChannel definition)
Creates the channel from the definition.
|
void |
dispose(PhysicalChannel definition,
Channel channel)
Disposes a channel.
|
Channel build(PhysicalChannel definition) throws org.fabric3.api.host.Fabric3Exception
definition - the physical channel definitionorg.fabric3.api.host.Fabric3Exception - if there is an error building the channelvoid dispose(PhysicalChannel definition, Channel channel) throws org.fabric3.api.host.Fabric3Exception
definition - the physical channel definitionchannel - the channel to disposeorg.fabric3.api.host.Fabric3Exception - if there is an error disposing the channel