public interface EncoderCallback
| Modifier and Type | Method and Description |
|---|---|
void |
encodeOccurred(StatefulEncoder encoder,
Object encoded)
Callback to deliver a fully encoded object.
|
void encodeOccurred(StatefulEncoder encoder, Object encoded)
encoder - the stateful encoder driving the callbackencoded - the object that was encodedCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.