Uses of Package
eneter.messaging.infrastructure.attachable

Packages that use eneter.messaging.infrastructure.attachable
eneter.messaging.endpoints.rpc Remote Procedure Calls (RPC). 
eneter.messaging.endpoints.stringmessages Sending and receiving text messages. 
eneter.messaging.endpoints.typedmessages Sending and receiving typed messages. 
eneter.messaging.nodes.broker Publish-subscribe scenarios. 
eneter.messaging.nodes.channelwrapper Reducing communication via multiple channels into one channel. 
eneter.messaging.nodes.dispatcher Multiplying and forwarding of received messages. 
eneter.messaging.nodes.loadbalancer Distributing the workload across a farm of receivers. 
 

Classes in eneter.messaging.infrastructure.attachable used by eneter.messaging.endpoints.rpc
IAttachableDuplexInputChannel
          Interface for components which want to attach one IDuplexInputChannel.
IAttachableDuplexOutputChannel
          Interface for components which want to attach one IDuplexOutputChannel.
 

Classes in eneter.messaging.infrastructure.attachable used by eneter.messaging.endpoints.stringmessages
IAttachableDuplexInputChannel
          Interface for components which want to attach one IDuplexInputChannel.
IAttachableDuplexOutputChannel
          Interface for components which want to attach one IDuplexOutputChannel.
 

Classes in eneter.messaging.infrastructure.attachable used by eneter.messaging.endpoints.typedmessages
IAttachableDuplexInputChannel
          Interface for components which want to attach one IDuplexInputChannel.
IAttachableDuplexOutputChannel
          Interface for components which want to attach one IDuplexOutputChannel.
 

Classes in eneter.messaging.infrastructure.attachable used by eneter.messaging.nodes.broker
IAttachableDuplexInputChannel
          Interface for components which want to attach one IDuplexInputChannel.
IAttachableDuplexOutputChannel
          Interface for components which want to attach one IDuplexOutputChannel.
 

Classes in eneter.messaging.infrastructure.attachable used by eneter.messaging.nodes.channelwrapper
IAttachableDuplexInputChannel
          Interface for components which want to attach one IDuplexInputChannel.
IAttachableDuplexOutputChannel
          Interface for components which want to attach one IDuplexOutputChannel.
IAttachableMultipleDuplexInputChannels
          Interface for components which want to attach multiple IDuplexInputChannel.
 

Classes in eneter.messaging.infrastructure.attachable used by eneter.messaging.nodes.dispatcher
IAttachableMultipleDuplexInputChannels
          Interface for components which want to attach multiple IDuplexInputChannel.
 

Classes in eneter.messaging.infrastructure.attachable used by eneter.messaging.nodes.loadbalancer
IAttachableDuplexInputChannel
          Interface for components which want to attach one IDuplexInputChannel.