Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 483 Bytes

context-propagation.adoc

File metadata and controls

6 lines (4 loc) · 483 Bytes

Context Propagation

{smallrye-fault-tolerance} supports MicroProfile Context Propagation for @Asynchronous method invocations, if 2 conditions are satisfied:

  • the integrator provides a MicroProfile Context Propagation enabled thread pool (see Thread Pool);

  • the io.smallrye:smallrye-fault-tolerance-context-propagation artifact is present (it provides alternative implementations of some internal services, loaded using ServiceLoader).