Class BehavioralDrasylNode


  • public abstract class BehavioralDrasylNode
    extends DrasylNode
    Describes a DrasylNode as a finite state machine.

    Note: Unlike the default DrasylNode, this node can only process one event at a time. Please consider to run long-running operations asynchronously in a separate thread.