Package | Description |
---|---|
org.axonframework.springboot.autoconfig |
Modifier and Type | Method and Description |
---|---|
AxonServerCommandBus |
AxonServerBusAutoConfiguration.axonServerCommandBus(AxonServerConnectionManager axonServerConnectionManager,
AxonServerConfiguration axonServerConfiguration,
CommandBus localSegment,
Serializer messageSerializer,
RoutingStrategy routingStrategy,
CommandPriorityCalculator priorityCalculator,
CommandLoadFactorProvider loadFactorProvider,
TargetContextResolver<? super CommandMessage<?>> targetContextResolver,
CommandBusSpanFactory spanFactory) |
com.github.kagkarlsson.scheduler.task.Task<DbSchedulerBinaryDeadlineDetails> |
AxonDbSchedulerAutoConfiguration.dbSchedulerDeadlineDetailsTask(org.springframework.context.ApplicationContext context) |
com.github.kagkarlsson.scheduler.task.Task<DbSchedulerBinaryEventData> |
AxonDbSchedulerAutoConfiguration.dbSchedulerEventDataTask(org.springframework.context.ApplicationContext context) |
Serializer |
AxonAutoConfiguration.eventSerializer(Serializer messageSerializer,
Serializer generalSerializer,
RevisionResolver revisionResolver) |
Serializer |
AxonAutoConfiguration.messageSerializer(Serializer genericSerializer,
RevisionResolver revisionResolver) |
PersistentStreamScheduledExecutorBuilder |
AxonServerAutoConfiguration.persistentStreamScheduledExecutorBuilder()
Creates a
PersistentStreamScheduledExecutorBuilder that constructs
ScheduledExecutorServices for each persistent stream. |
Serializer |
AxonAutoConfiguration.serializer(RevisionResolver revisionResolver) |
Copyright © 2010–2024. All rights reserved.