Interface ICommProvider<ConfigType extends CommProviderConfig<?>>

Type Parameters:
ConfigType - Comm module config type
All Superinterfaces:
IEventProducer, IModule<ConfigType>, IModuleBase<ConfigType>

public interface ICommProvider<ConfigType extends CommProviderConfig<?>> extends IModule<ConfigType>

Interface for all communication providers giving access to an input stream for reading incoming data and an output stream for sending outgoing data.

Since:
Jun 19, 2015