public class FreeEnterpriseService extends Object
| Constructor and Description |
|---|
FreeEnterpriseService(okhttp3.OkHttpClient httpClient,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.google.common.eventbus.EventBus eventBus,
ClusterConfigService clusterConfigService,
MongoConnection mongoConnection,
URI serviceUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRequestFreeLicense() |
FreeLicenseInfo |
licenseInfo() |
void |
requestFreeLicense(FreeLicenseRequest request) |
@Inject
public FreeEnterpriseService(okhttp3.OkHttpClient httpClient,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
com.google.common.eventbus.EventBus eventBus,
ClusterConfigService clusterConfigService,
MongoConnection mongoConnection,
@Named(value="free_enterprise_service_url")
URI serviceUrl)
public FreeLicenseInfo licenseInfo()
public boolean canRequestFreeLicense()
public void requestFreeLicense(FreeLicenseRequest request)
Copyright © 2012–2021 Graylog, Inc.. All rights reserved.