All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.cqrs.base.Command Maven / Gradle / Ivy

package com.cqrs.base;

public interface Command {
    String getAggregateId();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy