Uses of Class
eu.bandm.tools.message.SingleSender
Packages that use SingleSender
-
Uses of SingleSender in eu.bandm.tools.lljava
Subclasses of SingleSender in eu.bandm.tools.lljava -
Uses of SingleSender in eu.bandm.tools.message
Subclasses of SingleSender in eu.bandm.tools.messageModifier and TypeClassDescriptionclass
MessageAsync<M extends Message>
A sub-class ofSingleSender
which lets the drain's receive method run asynchronouously in a separate thread.class
Executes some code (given explicitly as argument) and sends the first exception caught to its message drain.class
Inserts the arguments into the message text, as a Formatter does.class
MessageKindFilter<M extends Message>
A filter which propagates only those messages theMessage.Kind
of which is currently in the selection.class
A filter which propagates only those messages which lie in certain areas of locations.class
MessageMapper<M extends Message,
N extends Message> A message receiver which receives a message of one type, and propagates the result of applying a function to this message, which may be of different type.class
MessagePasser<M extends Message>
Simply passes every message it receives to a single target.class
MessageStripExceptions<M extends Message>
A filter which strips off all exceptions, or at least the stack traces, for a slimmer appearance of print-outs.class
MessageSync<M extends Message>
Can accept messages from many different parallel threads.class
Translates the text of the message and all embedded sub-structures.static class
Passes all incoming messages to its drain, after applying the given location map.static class
A convenience class which allows to create and send a message with one single method invocation.