T - The type of protocol message.public interface ProtocolContext<T>
| Modifier and Type | Method and Description |
|---|---|
ProtocolMessageMarshaller<T> |
createMarshaller()
Creates a marshaller for serializing protocol messages.
|
ProtocolMessageUnmarshaller<T> |
createUnmarshaller()
Creates an unmarshaller for deserializing protocol messages.
|
ProtocolMessageMarshaller<T> createMarshaller()
ProtocolMessageUnmarshaller<T> createUnmarshaller()
Copyright © 2020 Apache NiFi Project. All rights reserved.