Package brave.propagation
Interface Propagation.KeyFactory<K>
-
- Enclosing interface:
- Propagation<K>
@Deprecated public static interface Propagation.KeyFactory<K>
Deprecated.since 5.12 non-string keys are no longer supported- Since:
- 4.0
-
-
Field Summary
Fields Modifier and Type Field Description static Propagation.KeyFactory<String>STRINGDeprecated.
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Kcreate(String name)Deprecated.
-
-
-
Field Detail
-
STRING
static final Propagation.KeyFactory<String> STRING
Deprecated.
-
-