Interface RequestProxyConfigService

    • Method Detail

      • save

        RequestProxyConfig save​(RequestProxyConfig requestProxyConfig)
        Save a requestProxyConfig.
        Parameters:
        requestProxyConfig - the entity to save.
        Returns:
        the persisted entity.
      • findOne

        Optional<RequestProxyConfig> findOne​(Long id)
        Get the "id" requestProxyConfig.
        Parameters:
        id - the id of the entity.
        Returns:
        the entity.
      • delete

        void delete​(Long id)
        Delete the "id" requestProxyConfig.
        Parameters:
        id - the id of the entity.