public interface ServiceConnectionManager<S>
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the service connection manager.
|
void |
connect(S service)
Connect to the given service.
|
void |
disconnect()
Disconnect from the current service.
|
void connect(S service)
service - service to connect tovoid disconnect()
void close()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.