Class ReactiveStreamsConverter
- java.lang.Object
-
- org.apache.camel.component.reactive.streams.ReactiveStreamsConverter
-
- All Implemented Interfaces:
org.apache.camel.CamelContextAware
@Converter(generateLoader=true) public final class ReactiveStreamsConverter extends Object implements org.apache.camel.CamelContextAware
-
-
Constructor Summary
Constructors Constructor Description ReactiveStreamsConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
convertToPublisher(Class<?> type, org.apache.camel.Exchange exchange, Object value, org.apache.camel.spi.TypeConverterRegistry registry)
org.apache.camel.CamelContext
getCamelContext()
void
setCamelContext(org.apache.camel.CamelContext camelContext)
-
-
-
Method Detail
-
convertToPublisher
@Converter(fallback=true) public Object convertToPublisher(Class<?> type, org.apache.camel.Exchange exchange, Object value, org.apache.camel.spi.TypeConverterRegistry registry)
-
getCamelContext
public org.apache.camel.CamelContext getCamelContext()
- Specified by:
getCamelContext
in interfaceorg.apache.camel.CamelContextAware
-
setCamelContext
public void setCamelContext(org.apache.camel.CamelContext camelContext)
- Specified by:
setCamelContext
in interfaceorg.apache.camel.CamelContextAware
-
-