connect abstract method

void connect(
  1. Object channelInfo
)

Connects the Channel with the Squadron Worker. channelInfo is an opaque object than can be deserialized as a Channel. This method must be called by the worker upon startup.

Implementation

void connect(Object channelInfo);