Skip to content

Instantly share code, notes, and snippets.

View Dgiffone's full-sized avatar

Domenico Giffone Dgiffone

View GitHub Profile
package a.b.c.common.service.command;
import javax.annotation.Resource;
import org.axonframework.commandhandling.CommandBus;
import org.axonframework.commandhandling.CommandCallback;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.InitializingBean;
import org.springframework.beans.factory.annotation.Autowired;