Interface IClientModule<ConfigType extends ClientConfig>

Type Parameters:
ConfigType -
All Superinterfaces:
IEventProducer, IModule<ConfigType>, IModuleBase<ConfigType>

public interface IClientModule<ConfigType extends ClientConfig> extends IModule<ConfigType>

Common base for client modules connecting to remote services

Since:
Apr 1, 2016
  • Method Details

    • isConnected

      boolean isConnected()
      Returns the client connection status.
      Returns:
      true if client is actually connected and can communicate with the remote service