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