@Converter public final class ReactiveStreamsConverter extends Object implements org.apache.camel.CamelContextAware
Constructor and Description |
---|
ReactiveStreamsConverter() |
Modifier and Type | Method and 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) |
@FallbackConverter public Object convertToPublisher(Class<?> type, org.apache.camel.Exchange exchange, Object value, org.apache.camel.spi.TypeConverterRegistry registry)
public org.apache.camel.CamelContext getCamelContext()
getCamelContext
in interface org.apache.camel.CamelContextAware
public void setCamelContext(org.apache.camel.CamelContext camelContext)
setCamelContext
in interface org.apache.camel.CamelContextAware
Apache Camel