public class InMemoryLicenseStore extends Object implements ConfluentLicenseStore
| Constructor and Description |
|---|
InMemoryLicenseStore() |
| Modifier and Type | Method and Description |
|---|---|
String |
licenseScan() |
void |
registerLicense(String license) |
void |
start() |
void |
stop() |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLatestLicenses, registerLicensepublic void start()
start in interface ConfluentLicenseStorepublic void stop()
stop in interface ConfluentLicenseStorepublic String licenseScan()
licenseScan in interface ConfluentLicenseStorepublic void registerLicense(String license)
registerLicense in interface ConfluentLicenseStore