Class AbstractAction<P extends ActionPayload,​M extends MetaSaga>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​java.lang.Object> properties  
    • Constructor Summary

      Constructors 
      Constructor Description
      AbstractAction​(P payload, M meta)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • properties

        protected java.util.Map<java.lang.String,​java.lang.Object> properties
    • Constructor Detail

      • AbstractAction

        public AbstractAction​(P payload,
                              M meta)