pulsar-client-cpp
ProtobufNativeSchema.h
1 
19 #pragma once
20 
21 #include <google/protobuf/descriptor.h>
22 #include <pulsar/Schema.h>
23 
24 namespace pulsar {
25 
33 PULSAR_PUBLIC SchemaInfo createProtobufNativeSchema(const google::protobuf::Descriptor* descriptor);
34 
35 } // namespace pulsar
pulsar
Definition: Authentication.h:31
pulsar::createProtobufNativeSchema
PULSAR_PUBLIC SchemaInfo createProtobufNativeSchema(const google::protobuf::Descriptor *descriptor)