Uses of Interface
eneter.messaging.infrastructure.attachable.IAttachableDuplexInputChannel

Packages that use IAttachableDuplexInputChannel
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.loadbalancer Distributing the workload across a farm of receivers. 
 

Uses of IAttachableDuplexInputChannel in eneter.messaging.endpoints.rpc
 

Subinterfaces of IAttachableDuplexInputChannel in eneter.messaging.endpoints.rpc
 interface IRpcService<TServiceInterface>
          Service which exposes the interface for Remote Procedure Call (note: it also works with .NET).
 

Uses of IAttachableDuplexInputChannel in eneter.messaging.endpoints.stringmessages
 

Subinterfaces of IAttachableDuplexInputChannel in eneter.messaging.endpoints.stringmessages
 interface IDuplexStringMessageReceiver
          Receiver of text messages.
 

Uses of IAttachableDuplexInputChannel in eneter.messaging.endpoints.typedmessages
 

Subinterfaces of IAttachableDuplexInputChannel in eneter.messaging.endpoints.typedmessages
 interface IDuplexTypedMessageReceiver<TResponse,TRequest>
          Receiver for one specified message type.
 interface IMultiTypedMessageReceiver
          Receiver for multiple message types.
 

Uses of IAttachableDuplexInputChannel in eneter.messaging.nodes.broker
 

Subinterfaces of IAttachableDuplexInputChannel in eneter.messaging.nodes.broker
 interface IDuplexBroker
          Broker component.
 

Uses of IAttachableDuplexInputChannel in eneter.messaging.nodes.channelwrapper
 

Subinterfaces of IAttachableDuplexInputChannel in eneter.messaging.nodes.channelwrapper
 interface IDuplexChannelUnwrapper
          Duplex channel unwrapper.
 

Uses of IAttachableDuplexInputChannel in eneter.messaging.nodes.loadbalancer
 

Subinterfaces of IAttachableDuplexInputChannel in eneter.messaging.nodes.loadbalancer
 interface ILoadBalancer
          Load balancer.