Interface ProductInfoProvider


public interface ProductInfoProvider
Strategy for obtaining the information relating to the product in which the AuditService is deployed.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the application hosting the AuditService.
  • Method Details

    • getProductName

      String getProductName()
      Returns the name of the application hosting the AuditService.
      Returns:
      the name of the product.