Package | Description |
---|---|
org.axonframework.axonserver.connector.event.axon | |
org.axonframework.config | |
org.axonframework.eventhandling |
Classes related to event handling and dispatching, such as
Event Listeners and the Event Bus . |
org.axonframework.eventsourcing.eventstore |
Definitions and implementations of the Event store, the mechanism that can load event streams and append events to
them.
|
org.axonframework.eventsourcing.eventstore.legacyjpa | |
org.axonframework.springboot.autoconfig |
Modifier and Type | Method and Description |
---|---|
AxonServerEventStoreFactory.Builder |
AxonServerEventStoreFactory.Builder.spanFactory(EventBusSpanFactory spanFactory)
Sets the
EventBusSpanFactory implementation used for providing tracing capabilities. |
AxonServerEventStore.Builder |
AxonServerEventStore.Builder.spanFactory(EventBusSpanFactory spanFactory) |
Modifier and Type | Method and Description |
---|---|
protected EventBusSpanFactory |
DefaultConfigurer.defaultEventBusSpanFactory(Configuration config)
Returns the default
EventBusSpanFactory , or a DefaultEventBusSpanFactory backed by the configured
SpanFactory if none it set. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultEventBusSpanFactory
Default implementation of the
EventBusSpanFactory . |
Modifier and Type | Method and Description |
---|---|
SimpleEventBus.Builder |
SimpleEventBus.Builder.spanFactory(EventBusSpanFactory spanFactory) |
AbstractEventBus.Builder |
AbstractEventBus.Builder.spanFactory(EventBusSpanFactory spanFactory)
Sets the
SpanFactory implementation to use for providing tracing capabilities. |
Modifier and Type | Method and Description |
---|---|
EmbeddedEventStore.Builder |
EmbeddedEventStore.Builder.spanFactory(EventBusSpanFactory spanFactory) |
Modifier and Type | Method and Description |
---|---|
EmbeddedEventStore.Builder |
EmbeddedEventStore.Builder.spanFactory(EventBusSpanFactory spanFactory) |
Modifier and Type | Method and Description |
---|---|
EventBusSpanFactory |
AxonTracingAutoConfiguration.eventBusSpanFactory(SpanFactory spanFactory) |
Copyright © 2010–2024. All rights reserved.