sse_decode_native_probe method

  1. @protected
NativeProbe sse_decode_native_probe(
  1. SseDeserializer deserializer
)

Implementation

@protected
NativeProbe sse_decode_native_probe(SseDeserializer deserializer) {
  // Codec=Sse (Serialization based), see doc to use other codecs
  return NativeProbe();
}