Package org.eclipse.ditto.protocoladapter

The Ditto Protocol Adapter provides a wrapper for the Ditto internal protocol. This package provides the corresponding interfaces as well as implementations.

Please note that Ditto Protocol Adapter is designed for immutability. Therefore each object is immutable and thus thread safe. If interfaces provide methods for altering an object then invoking this method does not change the state of that object but a new object with the altered state is returned instead. This is the same behavior like it is shown by java.lang.String for example.