Package org.addsimplicity.anicetus.io

Interface Summary
DeliveryAdapter The delivery adapter interface is used to send telemetry events to the telemetry bus.
ExceptionHandler The exception handler interface provides a notification mechanism for applications to handle exceptions that occur during the publishing of telemetry to the bus.
TelemetryDecoder The decoder interface is used to translate an encoded buffer into a telemetry artifact.
TelemetryEncoder The encoder interface provides the semantics for turning a telemetry artifact into a character array that can be used on transport streams.
 

Class Summary
FileDeliveryAdapter The file delivery adapater will publish events to a file or stream.
JsonConstants JsonConstants define the strings that are shared between the encoding and decoding of telemetry.
JsonDecoder The decoder translates a JSON encoded telemetry into a Java object.
JsonEncoder The encoder translates telemetry into a JSON string.
SystemErrorExceptionHandler The default exception handler.
 

Exception Summary
MissingPropertyException The missing property exception occurs when a json string maps to a java object and a property in the json string is not settable on the object.
 



Copyright © 2009 Add Simplicity. All Rights Reserved.