public interface Decoder
Modifier and Type | Interface and Description |
---|---|
static interface |
Decoder.Binary<T> |
static interface |
Decoder.BinaryStream<T> |
static interface |
Decoder.Text<T> |
static interface |
Decoder.TextStream<T> |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Destroy the decoder.
|
void |
init(EndpointConfig endpointConfig)
Initialise the decoder.
|
void init(EndpointConfig endpointConfig)
endpointConfig
- The end-point configurationvoid destroy()
Copyright © 2000-2022 Apache Software Foundation. All Rights Reserved.