Package | Description |
---|---|
com.licensespring.floating |
This package contains the main public classes to be used when implementing the LicenseSpring
Floating Client.
|
Modifier and Type | Class and Description |
---|---|
static class |
CheckLicenseSubscriber.IgnoreCheckEventSubscriber
Default do-nothing class.
|
Modifier and Type | Method and Description |
---|---|
CheckLicenseSubscriber |
FloatingConfiguration.getCheckLicenseSubscriber()
CheckSubscriber is an interface that provides two methods (onSuccess and onError), it is used
to monitor the response from the periodic checks.
|
Modifier and Type | Method and Description |
---|---|
FloatingConfiguration.FloatingConfigurationBuilder |
FloatingConfiguration.FloatingConfigurationBuilder.checkSubscriber(CheckLicenseSubscriber checkLicenseSubscriber)
Add the CheckLicenseSubscriber implementation, which receives events on a background thread,
which periodically call the check API.
|
Copyright © 2024 Cense Data Inc.. All rights reserved.