Package com.caplin.datasource.messaging.json


package com.caplin.datasource.messaging.json

This package defines the interfaces for sending JSON messages.

  • Interfaces
    Class
    Description
    Provides an interface for receiving JSON Channel messages in an JsonChannel to allow json communication while avoiding having to deal with additional metadata contained in the packet.
    JsonHandler<JsonTreeType>
    Handler for parsing, patching and serializing Objects to JSON
    Interface for sending JSON messages.