Package eu.ill.webx.transport
Class InstructionPublisher
java.lang.Object
eu.ill.webx.transport.InstructionPublisher
The instruction publisher publishes instructions asynchronously to the WebX Engine (passing by the router if not in standalone).
There is one instruction publisher per host, each instruction is passes sequentially in a thread-safe loop.
To avoid blocking any client requests the instructions are queued and consumed by a separate thread.
-
Method Summary