LSContext.Key<K>
Constructor and Description |
---|
LSServiceOperationContext() |
Modifier and Type | Method and Description |
---|---|
<V> V |
get(LSContext.Key<V> key)
Get property by Key.
|
<V> void |
put(LSContext.Key<V> key,
V value)
Add new Context property.
|
public <V> void put(LSContext.Key<V> key, V value)
LSContext
public <V> V get(LSContext.Key<V> key)
LSContext
Copyright © 2019 WSO2. All rights reserved.