Interface CisClientService

    • Method Summary

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

      • ping

        boolean ping​(java.lang.String xCisClientRef,
                     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