Interface Actionable

  • All Implemented Interfaces:
    java.io.Serializable , kotlin.Comparable

    
    public interface Actionable<T extends Object>
     implements Comparable<Actionable<T>>, Serializable
                        

    A time-distributed entity with inboundDependencies, outboundDependencies and an execution strategy.