| Package | Description |
|---|---|
| dev.openfeature.sdk |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpTransactionContextPropagator
A
TransactionContextPropagator that simply returns empty context. |
class |
ThreadLocalTransactionContextPropagator
A
ThreadLocalTransactionContextPropagator is a transactional context propagator
that uses a ThreadLocal to persist a transactional context for the duration of a single thread. |
| Modifier and Type | Method and Description |
|---|---|
TransactionContextPropagator |
OpenFeatureAPI.getTransactionContextPropagator()
Return the transaction context propagator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenFeatureAPI.setTransactionContextPropagator(TransactionContextPropagator transactionContextPropagator)
Sets the transaction context propagator.
|
Copyright © 2024. All rights reserved.