Uses of Class
org.apache.camel.component.avro.AvroConsumer

Packages that use AvroConsumer
org.apache.camel.component.avro   
 

Uses of AvroConsumer in org.apache.camel.component.avro
 

Methods in org.apache.camel.component.avro with parameters of type AvroConsumer
 void AvroListener.register(String messageName, AvroConsumer consumer)
          Registers consumer by appropriate message name as key in registry.
 void AvroComponent.register(String uri, String messageName, AvroConsumer consumer)
          Registers new responder with uri as key.
 



Apache Camel