Class FlowNodeReachStateHandler

    • Constructor Summary

      Constructors 
      Constructor Description
      FlowNodeReachStateHandler​(long messageTimeout, java.lang.String brokerURL, int stateId)  
    • Constructor Detail

      • FlowNodeReachStateHandler

        public FlowNodeReachStateHandler​(long messageTimeout,
                                         java.lang.String brokerURL,
                                         int stateId)
    • Method Detail

      • isInterested

        public boolean isInterested​(SEvent event)
        Description copied from interface: SHandler
        Precise if the current Handler is interested by the given event. If so, it could run the execute(SEvent e) method.
      • getIdentifier

        public java.lang.String getIdentifier()
        Description copied from interface: SHandler
        Returns a unique identifier for each instance of the Handler