-
- Enclosing interface:
- Propagation<K>
public static interface Propagation.KeyFactory<K>Creates keys for use in propagated contexts
-
-
Field Summary
Fields Modifier and Type Field Description static Propagation.KeyFactory<java.lang.String>STRING
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Kcreate(java.lang.String name)
-
-
-
Field Detail
-
STRING
static final Propagation.KeyFactory<java.lang.String> STRING
-
-
Method Detail
-
create
K create(java.lang.String name)
-
-