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