Interface ChannelFactory
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Constructs a
Channel instance from the resolved routing config and provider-specific
properties.-
Method Summary
-
Method Details
-
create
Build the channel.- Parameters:
channelId- the logical channel idrouting- the parsed routing config (defaultAgentId, dmScope, bindings)properties- provider-specific properties; never null but may be empty- Returns:
- a fully constructed channel ready for
init(Gateway)+start()
-