Uses of Interface
io.getunleash.event.UnleashSubscriber
-
Packages that use UnleashSubscriber Package Description io.getunleash io.getunleash.event io.getunleash.metric io.getunleash.repository io.getunleash.util no.finn.unleash.event -
-
Uses of UnleashSubscriber in io.getunleash
Methods in io.getunleash with parameters of type UnleashSubscriber Modifier and Type Method Description voidUnleashException. publishTo(UnleashSubscriber unleashSubscriber) -
Uses of UnleashSubscriber in io.getunleash.event
Classes in io.getunleash.event that implement UnleashSubscriber Modifier and Type Class Description classLog4JSubscriberclassNoOpSubscriberMethods in io.getunleash.event with parameters of type UnleashSubscriber Modifier and Type Method Description voidToggleEvaluated. publishTo(UnleashSubscriber unleashSubscriber)voidUnleashEvent. publishTo(UnleashSubscriber unleashSubscriber)voidUnleashReady. publishTo(UnleashSubscriber unleashSubscriber) -
Uses of UnleashSubscriber in io.getunleash.metric
Methods in io.getunleash.metric with parameters of type UnleashSubscriber Modifier and Type Method Description voidClientMetrics. publishTo(UnleashSubscriber unleashSubscriber)voidClientRegistration. publishTo(UnleashSubscriber unleashSubscriber) -
Uses of UnleashSubscriber in io.getunleash.repository
Methods in io.getunleash.repository with parameters of type UnleashSubscriber Modifier and Type Method Description voidFeatureToggleResponse. publishTo(UnleashSubscriber unleashSubscriber)voidToggleBootstrapHandler.ToggleBootstrapRead. publishTo(UnleashSubscriber unleashSubscriber) -
Uses of UnleashSubscriber in io.getunleash.util
Methods in io.getunleash.util that return UnleashSubscriber Modifier and Type Method Description UnleashSubscriberUnleashConfig. getSubscriber()Methods in io.getunleash.util with parameters of type UnleashSubscriber Modifier and Type Method Description UnleashConfig.BuilderUnleashConfig.Builder. subscriber(UnleashSubscriber unleashSubscriber) -
Uses of UnleashSubscriber in no.finn.unleash.event
Subinterfaces of UnleashSubscriber in no.finn.unleash.event Modifier and Type Interface Description interfaceUnleashSubscriberDeprecated.
-