Interface CamelReactiveStreamsServiceFactory
-
- All Known Implementing Classes:
DefaultCamelReactiveStreamsServiceFactory
public interface CamelReactiveStreamsServiceFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CamelReactiveStreamsServicenewInstance(org.apache.camel.CamelContext context, ReactiveStreamsEngineConfiguration configuration)Creates a new instance of theReactiveStreamsEngineConfiguration
-
-
-
Method Detail
-
newInstance
CamelReactiveStreamsService newInstance(org.apache.camel.CamelContext context, ReactiveStreamsEngineConfiguration configuration)
Creates a new instance of theReactiveStreamsEngineConfiguration- Parameters:
context- the Camel contextconfiguration- the ReactiveStreams engine configuration- Returns:
- the ReactiveStreams service
-
-