public interface ChannelGeneratorExtension
| Modifier and Type | Method and Description |
|---|---|
PhysicalChannel |
generate(LogicalChannel channel,
java.net.URI contributionUri)
Generates a
PhysicalChannel for the channel. |
PhysicalChannel generate(LogicalChannel channel, java.net.URI contributionUri) throws org.fabric3.api.host.Fabric3Exception
PhysicalChannel for the channel.channel - the logical channel to generatecontributionUri - the contribution this channel is being provisioned under. This may be different than the contribution where the channel is
defined, e .g. if the channel is provisioned for a producer or consumer in another deployableorg.fabric3.api.host.Fabric3Exception - if there is an error generating the channel