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.
1 parent 2b29e1e commit 09e1e3fCopy full SHA for 09e1e3f
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