abstract fun processResponse(agent: Agent, responseMessage: ConnectionResponseMessage, record: ConnectionRecord): Single<Connected>
Processes the connection response for a given connection
agent
- for which to execute the action
responseMessage
- ConnectionResponseMessage
record
- is a ConnectionRecord associated with the response.