Interface JSONContext<T extends org.cometd.bayeux.Message.Mutable>

Type Parameters:
T - the type of message
All Known Subinterfaces:
JSONContext.Client
All Known Implementing Classes:
JacksonJSONContextClient, JettyJSONContextClient

public interface JSONContext<T extends org.cometd.bayeux.Message.Mutable>

Abstraction for JSON parsing and generation.

  • Method Details