
com.msa.api.gateway.registry.EnableApiGatewayRegistryClient Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of msa-api-gateway-registry Show documentation
Show all versions of msa-api-gateway-registry Show documentation
The application id is registered with the service registry for discovery in the service gateway.
The newest version!
package com.msa.api.gateway.registry;
import org.springframework.context.annotation.Import;
import java.lang.annotation.*;
/**
* The interface Enable api gateway registry.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
@Documented
@Import({ApplicationGatewayClientRegisterAutoConfiguration.class})
public @interface EnableApiGatewayRegistryClient {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy