Processor
is a java.lang.Runnable (as a AbstractServerThread
) that is executed as a separately-executing thread.
Processor
is also a KafkaMetricsGroup that…FIXME
Processor
is created exclusively when SocketServer
is requested to create one.
Processor
takes the following to be created:
Processor
initializes the internal registries and counters.
processCompletedReceives()
processCompletedReceives
…FIXME
Note
|
processCompletedReceives is used exclusively when Processor is requested to run.
|
run(): Unit
Note
|
run is part of the java.lang.Runnable to start itself as a separately-executing thread.
|
run
…FIXME
configureNewConnections(): Unit
configureNewConnections
…FIXME
Note
|
configureNewConnections is used exclusively when Processor is requested to run.
|