Class RxJavaStreamsServiceFactory
- java.lang.Object
-
- org.apache.camel.component.rxjava.engine.RxJavaStreamsServiceFactory
-
- All Implemented Interfaces:
org.apache.camel.component.reactive.streams.api.CamelReactiveStreamsServiceFactory
public class RxJavaStreamsServiceFactory extends Object implements org.apache.camel.component.reactive.streams.api.CamelReactiveStreamsServiceFactory
-
-
Constructor Summary
Constructors Constructor Description RxJavaStreamsServiceFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.camel.component.reactive.streams.api.CamelReactiveStreamsServicenewInstance(org.apache.camel.CamelContext context, org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration configuration)
-
-
-
Method Detail
-
newInstance
public org.apache.camel.component.reactive.streams.api.CamelReactiveStreamsService newInstance(org.apache.camel.CamelContext context, org.apache.camel.component.reactive.streams.engine.ReactiveStreamsEngineConfiguration configuration)- Specified by:
newInstancein interfaceorg.apache.camel.component.reactive.streams.api.CamelReactiveStreamsServiceFactory
-
-