Uses of Class
io.split.client.dtos.Metadata
-
Packages that use Metadata Package Description io.split.client.dtos.pluggable io.split.storages.pluggable.adapters io.split.storages.pluggable.domain -
-
Uses of Metadata in io.split.client.dtos.pluggable
Methods in io.split.client.dtos.pluggable that return Metadata Modifier and Type Method Description MetadataConfigPluggable. getMetadata()MetadataEventsPluggable. getMetadata()MetadataImpressionsPluggable. getMetadata()Constructors in io.split.client.dtos.pluggable with parameters of type Metadata Constructor Description ConfigPluggable(Metadata metadata)EventsPluggable(Metadata metadata)ImpressionsPluggable(Metadata metadata, String testName, List<KeyImpression> keyImpressions) -
Uses of Metadata in io.split.storages.pluggable.adapters
Constructors in io.split.storages.pluggable.adapters with parameters of type Metadata Constructor Description UserCustomEventAdapterProducer(CustomStorageWrapper customStorageWrapper, Metadata metadata)UserCustomImpressionAdapterProducer(CustomStorageWrapper customStorageWrapper, Metadata metadata) -
Uses of Metadata in io.split.storages.pluggable.domain
Methods in io.split.storages.pluggable.domain that return Metadata Modifier and Type Method Description MetadataEventConsumer. getMetadata()MetadataImpressionConsumer. getMetadata()Constructors in io.split.storages.pluggable.domain with parameters of type Metadata Constructor Description EventConsumer(Metadata metadata, Event event)ImpressionConsumer(Metadata metadata, KeyImpression keyImpression)
-