Interface ControlClient.Factory
- Enclosing interface:
ControlClient
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Used to open on-demand instances of the
ControlClient
.-
Method Summary
-
Method Details
-
open
Opens aControlClient
with the supplied connect address.- Parameters:
connectAddress
- the connect address- Returns:
- the
ControlClient
-