Uses of Class
org.apache.camel.component.direct.DirectConsumer
-
-
Uses of DirectConsumer in org.apache.camel.component.direct
Methods in org.apache.camel.component.direct that return DirectConsumer Modifier and Type Method Description protected DirectConsumerDirectComponent. getConsumer(String key, boolean block, long timeout)DirectConsumerDirectEndpoint. getConsumer()Deprecated.Methods in org.apache.camel.component.direct with parameters of type DirectConsumer Modifier and Type Method Description voidDirectComponent. addConsumer(String key, DirectConsumer consumer)voidDirectComponent. removeConsumer(String key, DirectConsumer consumer)
-