Package com.lucimber.dbus.connection
Interface ConnectionLifecycleManager.ConnectionSupplier
- Enclosing class:
- ConnectionLifecycleManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface for connection operations.
-
Method Summary
-
Method Details
-
connect
CompletionStage<ConnectionHandle> connect()Performs the connection operation.- Returns:
- completion stage with connection handle
-