Interface ControlClientPool.Sink
- Enclosing interface:
ControlClientPool
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A sink for
InstructionRequestHandlers
keyed by worker id.-
Method Summary
Modifier and TypeMethodDescriptionvoid
put
(String workerId, InstructionRequestHandler instructionHandler) Puts anInstructionRequestHandler
into a client pool.
-
Method Details
-
put
Puts anInstructionRequestHandler
into a client pool. Worker ids must be unique per pool.- Throws:
Exception
-