Uses of Enum
org.apache.camel.quarkus.component.avro.rpc.it.ProtocolType
Packages that use ProtocolType
-
Uses of ProtocolType in org.apache.camel.quarkus.component.avro.rpc.it
Methods in org.apache.camel.quarkus.component.avro.rpc.it that return ProtocolTypeModifier and TypeMethodDescriptionstatic ProtocolTypeReturns 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 ProtocolTypeModifier and TypeMethodDescriptionAvroRpcResource.getKeyValue(ProtocolType protocol) AvroRpcResource.getTestReflection(ProtocolType protocol) AvroRpcResource.reflectionConsumerGet(ProtocolType protocol) AvroRpcResource.reflectionProducerGet(ProtocolType protocol) voidAvroRpcResource.reflectionProducerSet(ProtocolType protocol, String name) AvroRpcResource.specificConsumerGet(ProtocolType protocol, String key) AvroRpcResource.specificProducerGet(ProtocolType protocol, String key) voidAvroRpcResource.specificProducerPut(ProtocolType protocol, String key, String value)