Uses of Interface
net.metanotion.util.Message

Packages that use Message
net.metanotion.util   
net.metanotion.util.observers   
net.metanotion.util.services   
 

Uses of Message in net.metanotion.util
 

Methods in net.metanotion.util that return Message
 Message<I> Dispatcher.dispatch(D data)
           
 

Uses of Message in net.metanotion.util.observers
 

Classes in net.metanotion.util.observers with type parameters of type Message
 class ConcurrentObserverManager<O,M extends Message<O>>
          An ObserverManager that uses an ExecutorService for concurrent, asynchronous dispatching of events.
 interface ObserverManager<O,M extends Message<O>>
          This interface represents a common way to bulk send messages to any registered observers.
 class SimpleObserverManager<O,M extends Message<O>>
           
 

Uses of Message in net.metanotion.util.services
 

Constructor parameters in net.metanotion.util.services with type arguments of type Message
ProtocolService(ObserverManager<P,Message<P>> om, MessageSink<D> ms, Dispatcher<P,D> d)