@Converter(generateLoader=true) 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) |
@Converter(fallback=true) 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.CamelContextAwarepublic void setCamelContext(org.apache.camel.CamelContext camelContext)
setCamelContext in interface org.apache.camel.CamelContextAwareApache Camel