Class MessageDemux


  • public class MessageDemux
    extends Object
    This class extends the LocalExecutionMessageNotifier by the means to notify listeners without a reply and get this reply via another route. For instance, SSE does not allow to send data, so the execution message is just notified and the reply is expected via the normal reply method of the (remote) runtime environment. Internally this reply will then be forwarded to the corresponding notifier awaiting the reply synchronously.