We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d96691 commit fed569aCopy full SHA for fed569a
2 files changed
formats/protobuf/src/main/java/io/cloudevents/protobuf/ProtoDeserializer.java
@@ -34,7 +34,7 @@
34
/**
35
* Implements a {@link CloudEventReader} that can deserialize a {@link CloudEvent} protobuf representation;
36
*/
37
-class ProtoDeserializer implements CloudEventReader {
+public class ProtoDeserializer implements CloudEventReader {
38
private final CloudEvent protoCe;
39
40
public ProtoDeserializer(CloudEvent protoCe) {
formats/protobuf/src/main/java/io/cloudevents/protobuf/ProtoSerializer.java
@@ -45,7 +45,7 @@
45
46
* Provides functionality for turning a {@link io.cloudevents.CloudEvent} to the protobuf representation {@link CloudEvent}.
47
48
-class ProtoSerializer {
+public class ProtoSerializer {
49
50
51
* Convert the Java SDK CloudEvent into a protobuf representation.
0 commit comments