Package org.axonframework.extension.springboot.service.connection


@NullMarked package org.axonframework.extension.springboot.service.connection
Part of the Axon Extension module. Contains classes related to Spring Boot service connections.
  • Class
    Description
    ConnectionDetails implementation carrying the connection details for an Axon Server instance.
    ConnectionDetailsFactory implementation that recognizes Spring Boot Docker Compose-managed Docker containers running Axon Server and creates an AxonServerConnectionDetails bean with the details to connect to AxonServer within that container.
    ConnectionDetailsFactory class that recognizes TestContainer instances running Axon Server.