Interface FederationGatewayClient


  • @FeignClient(name="federation-server",
                 url="${federation-gateway.base-url}")
    public interface FederationGatewayClient
    Declarative web service client for the Federation Gateway API.

    Any application that wants to uses it must make sure the required configuration beans in this module are registered (scan root package of the module). There is also a constraint imposed on application properties, such that values for the following structure must be declared:

  • federation-gateway.base-url
  • federation-gateway.ssl.key-store-path
  • federation-gateway.ssl.key-store-pass
  • federation-gateway.ssl.certificate-type