| Interface | Description |
|---|---|
| ConfiguredTransmitterFactory<T> | |
| TelemetriesTransmitter<T> |
The class is responsible for getting containers of
Telemetry,
transform them into Transmission and
then initiate the sending process. |
| TelemetriesTransmitter.TelemetriesFetcher<T> | |
| TelemetrySerializer |
Created by gupele on 12/17/2014.
|
| TransmissionDispatcher |
A dispatcher should know how and to whom to dispatch a
Transmission
Created by gupele on 12/18/2014. |
| TransmissionHandler |
An interface that is used to create a concrete class that is called by the the
TransmissionHandlerObserver |
| TransmissionHandlerObserver |
Enables the
TransmissionPolicyManager to handle transmission states. |
| TransmissionOutput |
Defines the interface of classes that get a
Transmission
and can 'send' it. |
| TransmissionsLoader |
Created by gupele on 12/22/2014.
|
| TransmitterFactory<T> |
Created by gupele on 12/21/2014.
|
| Class | Description |
|---|---|
| TransmissionHandlerArgs |
This class is used to store information between the transmission sender and the transmission handlers
|