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 DirectConsumer
DirectComponent. getConsumer(String key, boolean block, long timeout)
DirectConsumer
DirectEndpoint. getConsumer()
Deprecated.Methods in org.apache.camel.component.direct with parameters of type DirectConsumer Modifier and Type Method Description void
DirectComponent. addConsumer(String key, DirectConsumer consumer)
void
DirectComponent. removeConsumer(String key, DirectConsumer consumer)
-