public class AbstractServiceClient extends Object
| Modifier and Type | Field and Description |
|---|---|
protected ChannelClient |
channelClient |
protected String |
channelName |
protected DesktopConnection |
desktopConnection |
protected org.slf4j.Logger |
logger |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractServiceClient(String channelName,
DesktopConnection desktopConnection) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(AckListener ackListener) |
protected void |
onChannelConnected() |
protected void |
setChannelName(String name) |
protected org.slf4j.Logger logger
protected String channelName
protected ChannelClient channelClient
protected DesktopConnection desktopConnection
protected AbstractServiceClient(String channelName, DesktopConnection desktopConnection)
protected void setChannelName(String name)
public void connect(AckListener ackListener)
protected void onChannelConnected()
Copyright © 2022. All rights reserved.