Interface KeyValueProtocol.Callback

All Superinterfaces:
KeyValueProtocol
Enclosing interface:
KeyValueProtocol

public static interface KeyValueProtocol.Callback extends KeyValueProtocol
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.camel.quarkus.component.avro.rpc.it.specific.generated.KeyValueProtocol

    KeyValueProtocol.Callback
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.apache.avro.Protocol
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    get(Key key, org.apache.avro.ipc.Callback<Value> callback)
     
    void
    put(Key key, Value value, org.apache.avro.ipc.Callback<Void> callback)
     

    Methods inherited from interface org.apache.camel.quarkus.component.avro.rpc.it.specific.generated.KeyValueProtocol

    get, put
  • Field Details

    • PROTOCOL

      static final org.apache.avro.Protocol PROTOCOL
  • Method Details