Class MetatdataRestService


  • @Path("/metadata")
    @Produces({"application/json","text/html","text/xml"})
    public class MetatdataRestService
    extends Object
    The MetatdataRestService is used to read and update the current syncpoint stored in the metdata object.
    Author:
    rsoika
    • Constructor Detail

      • MetatdataRestService

        public MetatdataRestService()
    • Method Detail

      • getSyncpoint

        @GET
        @Path("/")
        public String getSyncpoint()
        Ping test
        Returns:
        time
        Throws:
        Exception