| Package | Description |
|---|---|
| no.finn.unleash | |
| no.finn.unleash.event | |
| no.finn.unleash.metric | |
| no.finn.unleash.repository | |
| no.finn.unleash.util |
| Modifier and Type | Method and Description |
|---|---|
void |
UnleashException.publishTo(UnleashSubscriber unleashSubscriber) |
| Modifier and Type | Class and Description |
|---|---|
class |
Log4JSubscriber |
class |
NoOpSubscriber |
| Modifier and Type | Method and Description |
|---|---|
void |
UnleashEvent.publishTo(UnleashSubscriber unleashSubscriber) |
void |
UnleashReady.publishTo(UnleashSubscriber unleashSubscriber) |
void |
ToggleEvaluated.publishTo(UnleashSubscriber unleashSubscriber) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClientMetrics.publishTo(UnleashSubscriber unleashSubscriber) |
void |
ClientRegistration.publishTo(UnleashSubscriber unleashSubscriber) |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureToggleResponse.publishTo(UnleashSubscriber unleashSubscriber) |
| Modifier and Type | Method and Description |
|---|---|
UnleashSubscriber |
UnleashConfig.getSubscriber() |
| Modifier and Type | Method and Description |
|---|---|
UnleashConfig.Builder |
UnleashConfig.Builder.subscriber(UnleashSubscriber unleashSubscriber) |
| Constructor and Description |
|---|
UnleashConfig(java.net.URI unleashAPI,
java.util.Map<java.lang.String,java.lang.String> customHttpHeaders,
java.lang.String appName,
java.lang.String environment,
java.lang.String instanceId,
java.lang.String sdkVersion,
java.lang.String backupFile,
long fetchTogglesInterval,
long sendMetricsInterval,
boolean disableMetrics,
UnleashContextProvider contextProvider,
boolean synchronousFetchOnInitialisation,
UnleashScheduledExecutor unleashScheduledExecutor,
UnleashSubscriber unleashSubscriber) |
Copyright © 2014-2019. All Rights Reserved.