T - The type of protocol message.public interface ProtocolMessageUnmarshaller<T>
| Modifier and Type | Method and Description |
|---|---|
T |
unmarshal(InputStream is)
Deserializes a message on the given input stream.
|
T unmarshal(InputStream is) throws IOException
is - an input streamIOException - if the message could not be deserialized from the
streamCopyright © 2023 Apache NiFi Project. All rights reserved.