Class Hc5Recorder

java.lang.Object
io.quarkiverse.cxf.transport.http.hc5.Hc5Recorder

public class Hc5Recorder extends Object
  • Constructor Details

    • Hc5Recorder

      public Hc5Recorder()
  • Method Details

    • customizeBus

      public io.quarkus.runtime.RuntimeValue<Consumer<org.apache.cxf.Bus>> customizeBus()
      Customize the runtime Bus by adding a custom work queue for http-conduit and a custom HTTPConduitFactory. Both are there to enable context propagation for async clients.
      Returns:
      a new RuntimeValue holding a Consumer to customize the runtime Bus