-
- All Implemented Interfaces:
-
dev.openfeature.sdk.events.EventObserver,dev.openfeature.sdk.events.EventsPublisher,dev.openfeature.sdk.events.ProviderStatus
public final class EventHandler implements EventObserver, EventsPublisher, ProviderStatus
-
-
Constructor Summary
Constructors Constructor Description EventHandler(CoroutineDispatcher dispatcher)
-
Method Summary
Modifier and Type Method Description Unitpublish(OpenFeatureEvents event)Flow<OpenFeatureEvents>observe()BooleanisProviderReady()-
-
Method Detail
-
publish
Unit publish(OpenFeatureEvents event)
-
observe
Flow<OpenFeatureEvents> observe()
-
isProviderReady
Boolean isProviderReady()
-
-
-
-