All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.holixon.axon.gateway.configuration.query.EnableRevisionAwareQueryGateway.kt Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
package io.holixon.axon.gateway.configuration.query

import org.springframework.context.annotation.Import

/**
 * Enables revision-aware query gateway
 */
@MustBeDocumented
@Import(RevisionAwareQueryGatewayConfiguration::class)
annotation class EnableRevisionAwareQueryGateway




© 2015 - 2024 Weber Informatics LLC | Privacy Policy