Interface LicenseFeatureChecker


public interface LicenseFeatureChecker
The function of checking the license capabilities.

Any major feature usage in GridGain should be protected by calling checkFeature(LicenseFeature). TODO GG-40028 Check somehow that feature is allowed without direct calling of checkFeature(LicenseFeature).

For example: licenseChecker.checkFeature(LicenseFeature.SQL_COPY);

To execute this code you must wrap the call with GridGain security context.