public interface AutocompleteTags
SpanConsumer.| Modifier and Type | Method and Description |
|---|---|
Call<List<String>> |
getKeys()
Retrieves the list of tag getKeys whose values may be returned by
getValues(String). |
Call<List<String>> |
getValues(String key)
Retrieves the list of values, if the input is configured for autocompletion.
|
Call<List<String>> getKeys()
getValues(String).Call<List<String>> getValues(String key)
IllegalArgumentException - if the input is empty.StorageComponent.Builder.autocompleteKeys(List)Copyright © 2015–2019 OpenZipkin. All rights reserved.