Uses of Interface
org.axonframework.eventhandling.EventBusSpanFactory
Packages that use EventBusSpanFactory
Package
Description
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus.Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
-
Uses of EventBusSpanFactory in org.axonframework.axonserver.connector.event.axon
Methods in org.axonframework.axonserver.connector.event.axon with parameters of type EventBusSpanFactoryModifier and TypeMethodDescriptionAxonServerEventStore.Builder.spanFactory(EventBusSpanFactory spanFactory) AxonServerEventStoreFactory.Builder.spanFactory(EventBusSpanFactory spanFactory) Sets theEventBusSpanFactoryimplementation used for providing tracing capabilities. -
Uses of EventBusSpanFactory in org.axonframework.config
Methods in org.axonframework.config that return EventBusSpanFactoryModifier and TypeMethodDescriptionprotected EventBusSpanFactoryDefaultConfigurer.defaultEventBusSpanFactory(Configuration config) Returns the defaultEventBusSpanFactory, or aDefaultEventBusSpanFactorybacked by the configuredSpanFactoryif none it set. -
Uses of EventBusSpanFactory in org.axonframework.eventhandling
Classes in org.axonframework.eventhandling that implement EventBusSpanFactoryMethods in org.axonframework.eventhandling with parameters of type EventBusSpanFactoryModifier and TypeMethodDescriptionAbstractEventBus.Builder.spanFactory(EventBusSpanFactory spanFactory) Sets theSpanFactoryimplementation to use for providing tracing capabilities.SimpleEventBus.Builder.spanFactory(EventBusSpanFactory spanFactory) -
Uses of EventBusSpanFactory in org.axonframework.eventsourcing.eventstore
Methods in org.axonframework.eventsourcing.eventstore with parameters of type EventBusSpanFactoryModifier and TypeMethodDescriptionEmbeddedEventStore.Builder.spanFactory(EventBusSpanFactory spanFactory) -
Uses of EventBusSpanFactory in org.axonframework.eventsourcing.eventstore.legacyjpa
Methods in org.axonframework.eventsourcing.eventstore.legacyjpa with parameters of type EventBusSpanFactoryModifier and TypeMethodDescriptionEmbeddedEventStore.Builder.spanFactory(EventBusSpanFactory spanFactory) -
Uses of EventBusSpanFactory in org.axonframework.springboot.autoconfig
Methods in org.axonframework.springboot.autoconfig that return EventBusSpanFactoryModifier and TypeMethodDescriptionAxonTracingAutoConfiguration.eventBusSpanFactory(SpanFactory spanFactory)