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.

@FunctionalInterface public static interface ControlClient.Factory
Used to open on-demand instances of the ControlClient.
  • Method Summary

    Modifier and Type
    Method
    Description
    open(String connectAddress)
    Opens a ControlClient with the supplied connect address.