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

com.msa.api.gateway.registry.EnableApiGatewayRegistryClient Maven / Gradle / Ivy

Go to download

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