Class DefaultCommandBusSpanFactory

java.lang.Object
org.axonframework.commandhandling.DefaultCommandBusSpanFactory
All Implemented Interfaces:
CommandBusSpanFactory

public class DefaultCommandBusSpanFactory extends Object implements CommandBusSpanFactory
Default implementation of the CommandBusSpanFactory. Can be configured to include the command handling of a distributed command in the same trace or not (true by default).
Since:
4.9.0
Author:
Mitchell Herrijgers