Uses of Package
eneter.net.system

Packages that use eneter.net.system
eneter.messaging.dataprocessing.messagequeueing Helper to queue and process messages with a working thread. 
eneter.messaging.dataprocessing.serializing Message serializers. 
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.messagingsystems.composites.messagebus Extension for communication via the message bus. 
eneter.messaging.messagingsystems.messagingsystembase Messaging system interfaces. 
eneter.messaging.messagingsystems.websocketmessagingsystem Communication via Websockets. 
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. 
eneter.net.system Helpers used by Eneter and which need to be API. 
 

Classes in eneter.net.system used by eneter.messaging.dataprocessing.messagequeueing
IMethod1
          Callback method taking one input parameter of desired type and returning void.
 

Classes in eneter.net.system used by eneter.messaging.dataprocessing.serializing
IFunction1
          Callback function taking one input parameter of type T and returning the type R.
 

Classes in eneter.net.system used by eneter.messaging.endpoints.rpc
Event
          Event mechanism like in C#.
EventHandler
          Event handler to process events.
IFunction
          Callback function returning the type R.
 

Classes in eneter.net.system used by eneter.messaging.endpoints.stringmessages
Event
          Event mechanism like in C#.
 

Classes in eneter.net.system used by eneter.messaging.endpoints.typedmessages
Event
          Event mechanism like in C#.
EventHandler
          Event handler to process events.
 

Classes in eneter.net.system used by eneter.messaging.messagingsystems.composites.messagebus
Event
          Event mechanism like in C#.
 

Classes in eneter.net.system used by eneter.messaging.messagingsystems.messagingsystembase
Event
          Event mechanism like in C#.
 

Classes in eneter.net.system used by eneter.messaging.messagingsystems.websocketmessagingsystem
Event
          Event mechanism like in C#.
IMethod1
          Callback method taking one input parameter of desired type and returning void.
 

Classes in eneter.net.system used by eneter.messaging.nodes.broker
Event
          Event mechanism like in C#.
 

Classes in eneter.net.system used by eneter.messaging.nodes.channelwrapper
Event
          Event mechanism like in C#.
 

Classes in eneter.net.system used by eneter.messaging.nodes.loadbalancer
Event
          Event mechanism like in C#.
 

Classes in eneter.net.system used by eneter.net.system
Event
          Event mechanism like in C#.
EventHandler
          Event handler to process events.