Interface CisClient

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      com.hybris.charon.RawResponse doPing​(java.lang.String xCisClientRef, java.lang.String tenantId)
      Checks if service is functioning and connecting with current credentials.
    • Method Detail

      • doPing

        @HEAD
        @Produces("application/json")
        @Path("/ping")
        com.hybris.charon.RawResponse doPing​(@HeaderParam("X-CIS-Client-ref")
                                             java.lang.String xCisClientRef,
                                             @HeaderParam("X-tenantId")
                                             java.lang.String tenantId)
        Checks if service is functioning and connecting with current credentials.
        Parameters:
        xCisClientRef - client ref to pass in the header
        tenantId - tenantId to pass in the header
        Returns:
        flag if the service is accessible or not