Class InstructionPublisher

java.lang.Object
eu.ill.webx.transport.InstructionPublisher

public class InstructionPublisher extends Object
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.