Uses of Class
org.apache.camel.quarkus.component.avro.rpc.it.ProtocolType
-
Packages that use ProtocolType Package Description org.apache.camel.quarkus.component.avro.rpc.it -
-
Uses of ProtocolType in org.apache.camel.quarkus.component.avro.rpc.it
Methods in org.apache.camel.quarkus.component.avro.rpc.it that return ProtocolType Modifier and Type Method Description static ProtocolTypeProtocolType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtocolType[]ProtocolType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.quarkus.component.avro.rpc.it with parameters of type ProtocolType Modifier and Type Method Description KeyValueProtocolAvroRpcResource. getKeyValue(ProtocolType protocol)TestReflectionAvroRpcResource. getTestReflection(ProtocolType protocol)StringAvroRpcResource. reflectionConsumerGet(ProtocolType protocol)StringAvroRpcResource. reflectionProducerGet(ProtocolType protocol)voidAvroRpcResource. reflectionProducerSet(ProtocolType protocol, String name)StringAvroRpcResource. specificConsumerGet(ProtocolType protocol, String key)StringAvroRpcResource. specificProducerGet(ProtocolType protocol, String key)voidAvroRpcResource. specificProducerPut(ProtocolType protocol, String key, String value)
-