Uses of Package
eneter.messaging.threading.dispatching

Packages that use eneter.messaging.threading.dispatching
eneter.messaging.endpoints.rpc Remote Procedure Calls (RPC). 
eneter.messaging.endpoints.typedmessages Sending and receiving typed messages. 
eneter.messaging.messagingsystems.androidusbcablemessagingsystem Communication with Android via the USB cable. 
eneter.messaging.messagingsystems.composites.authenticatedconnection Extension providing client authentication. 
eneter.messaging.messagingsystems.composites.messagebus Extension for communication via the message bus. 
eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit Extension providing monitoring the connection. 
eneter.messaging.messagingsystems.httpmessagingsystem Communication via HTTP. 
eneter.messaging.messagingsystems.messagingsystembase Messaging system interfaces. 
eneter.messaging.messagingsystems.synchronousmessagingsystem Synchronous communication within one process (like a synchronous local call). 
eneter.messaging.messagingsystems.tcpmessagingsystem Communication via TCP. 
eneter.messaging.messagingsystems.threadmessagingsystem Communication routing messages into one working thread. 
eneter.messaging.messagingsystems.threadpoolmessagingsystem Asynchronous communication using multiple threads. 
eneter.messaging.messagingsystems.udpmessagingsystem Communication via UDP. 
eneter.messaging.messagingsystems.websocketmessagingsystem Communication via Websockets. 
eneter.messaging.threading.dispatching Receiving messages and events according to specified thread mode. 
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.endpoints.rpc
IThreadDispatcherProvider
          Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.endpoints.typedmessages
IThreadDispatcherProvider
          Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.messagingsystems.androidusbcablemessagingsystem
IThreadDispatcherProvider
          Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.messagingsystems.composites.authenticatedconnection
IThreadDispatcherProvider
          Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.messagingsystems.composites.messagebus
IThreadDispatcherProvider
          Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.messagingsystems.composites.monitoredmessagingcomposit
IThreadDispatcherProvider
          Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.messagingsystems.httpmessagingsystem
IThreadDispatcherProvider
          Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.messagingsystems.messagingsystembase
IThreadDispatcher
          Invokes a method according to specified thread mode.
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.messagingsystems.synchronousmessagingsystem
IThreadDispatcherProvider
          Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.messagingsystems.tcpmessagingsystem
IThreadDispatcherProvider
          Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.messagingsystems.threadmessagingsystem
IThreadDispatcherProvider
          Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.messagingsystems.threadpoolmessagingsystem
IThreadDispatcherProvider
          Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.messagingsystems.udpmessagingsystem
IThreadDispatcherProvider
          Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.messagingsystems.websocketmessagingsystem
IThreadDispatcherProvider
          Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.
 

Classes in eneter.messaging.threading.dispatching used by eneter.messaging.threading.dispatching
IThreadDispatcher
          Invokes a method according to specified thread mode.
IThreadDispatcherProvider
          Provides dispatcher that shall be used for raising events and delivering messages in a correct thread.