public interface BaggageProviderFactory
Factory for BaggageProvider instances; primarily used to configure the BaggageProvider used by the
Baggage static API.
BaggageProviderFactory is expected to have a no-arg constructor so that it can be instantiated by reflection.
| Modifier and Type | Method and Description |
|---|---|
BaggageProvider<? extends BaggageContext> |
provider()
Instantiate the
BaggageProvider that this factory provides. |
BaggageProvider<? extends BaggageContext> provider()
BaggageProvider that this factory provides.BaggageProvider instance