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

Packages that use IAttachableDuplexOutputChannel
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. 
 

Uses of IAttachableDuplexOutputChannel in eneter.messaging.endpoints.rpc
 

Subinterfaces of IAttachableDuplexOutputChannel in eneter.messaging.endpoints.rpc
 interface IRpcClient<TServiceInterface>
          Client which can use Remote Procedure Calls (note: it also works with .NET).
 

Uses of IAttachableDuplexOutputChannel in eneter.messaging.endpoints.stringmessages
 

Subinterfaces of IAttachableDuplexOutputChannel in eneter.messaging.endpoints.stringmessages
 interface IDuplexStringMessageSender
          Sender of text messages.
 

Uses of IAttachableDuplexOutputChannel in eneter.messaging.endpoints.typedmessages
 

Subinterfaces of IAttachableDuplexOutputChannel in eneter.messaging.endpoints.typedmessages
 interface IDuplexTypedMessageSender<TResponse,TRequest>
          Sender for one specified message type.
 interface IMultiTypedMessageSender
          Sender for multiple message types.
 interface ISyncDuplexTypedMessageSender<TResponse,TRequest>
          Synchronized sender for one specified message type (it waits until the response is received).
 interface ISyncMultitypedMessageSender
          Synchronized sender for multiple message types (it waits until the response is received).
 

Uses of IAttachableDuplexOutputChannel in eneter.messaging.nodes.broker
 

Subinterfaces of IAttachableDuplexOutputChannel in eneter.messaging.nodes.broker
 interface IDuplexBrokerClient
          Publishes and subscribes messages in the broker.
 

Uses of IAttachableDuplexOutputChannel in eneter.messaging.nodes.channelwrapper
 

Subinterfaces of IAttachableDuplexOutputChannel in eneter.messaging.nodes.channelwrapper
 interface IDuplexChannelWrapper
          Duplex channel wrapper.