Class Hc5Recorder
java.lang.Object
io.quarkiverse.cxf.transport.http.hc5.Hc5Recorder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.quarkus.runtime.RuntimeValue<Consumer<org.apache.cxf.Bus>>Customize the runtimeBusby adding a custom work queue forhttp-conduitand a customHTTPConduitFactory.
-
Constructor Details
-
Hc5Recorder
public Hc5Recorder()
-
-
Method Details
-
customizeBus
Customize the runtimeBusby adding a custom work queue forhttp-conduitand a customHTTPConduitFactory. Both are there to enable context propagation for async clients.- Returns:
- a new
RuntimeValueholding aConsumerto customize the runtimeBus
-