We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ad9d79d + d59ebc4 commit 245aab2Copy full SHA for 245aab2
services-bytebuf-codec/src/main/java/io/scalecube/services/transport/api/ServiceMessageCodec.java
@@ -29,6 +29,11 @@ public final class ServiceMessageCodec {
29
private final HeadersCodec headersCodec;
30
private final Map<String, DataCodec> dataCodecs;
31
32
+ /** Message codec with default Headers/Data Codecs. */
33
+ public ServiceMessageCodec() {
34
+ this(null, null);
35
+ }
36
+
37
/**
38
* Create instance from headersCodec and set of DataCodec.
39
*
0 commit comments