Package ch.nolix.common.genericcommunicationapi
The
ch.nolix.common.genericcommunicationapi
is an API
that declares generic types that can either send or receive messages.- Author:
- Silvan Wyss
-
Interface Summary Interface Description IReceiver<M> AIReceiver
can receive messages of a certain type.IReplier<M,R> AIReplier
can reply to messages of a certain type.IReplyingSender<M,R> AIReplyingSender
can send messages of a certain type and return replies to the messages.ISender<M> AISender
can send messages of a certain type.