Class ReactiveStreamsRecorder
- java.lang.Object
-
- org.apache.camel.quarkus.component.reactive.streams.ReactiveStreamsRecorder
-
public class ReactiveStreamsRecorder extends Object
-
-
Constructor Summary
Constructors Constructor Description ReactiveStreamsRecorder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.quarkus.runtime.RuntimeValue<org.apache.camel.component.reactive.streams.api.CamelReactiveStreamsServiceFactory>createDefaultReactiveStreamsServiceFactory()io.quarkus.runtime.RuntimeValue<org.apache.camel.component.reactive.streams.ReactiveStreamsComponent>createReactiveStreamsComponent(io.quarkus.runtime.RuntimeValue<org.apache.camel.component.reactive.streams.api.CamelReactiveStreamsServiceFactory> serviceFactory)
-
-
-
Method Detail
-
createDefaultReactiveStreamsServiceFactory
public io.quarkus.runtime.RuntimeValue<org.apache.camel.component.reactive.streams.api.CamelReactiveStreamsServiceFactory> createDefaultReactiveStreamsServiceFactory()
-
createReactiveStreamsComponent
public io.quarkus.runtime.RuntimeValue<org.apache.camel.component.reactive.streams.ReactiveStreamsComponent> createReactiveStreamsComponent(io.quarkus.runtime.RuntimeValue<org.apache.camel.component.reactive.streams.api.CamelReactiveStreamsServiceFactory> serviceFactory)
-
-