public interface Client
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the client and free all associated resources.
|
Publisher |
getPublisher()
Retrieve the Publisher object for the client.
|
Subscriber |
getSubscriber()
Retrieve the Subscriber object for the client.
|
Publisher getPublisher()
Publisher
Subscriber getSubscriber()
Subscriber
void close()
Copyright © 2011-2014 The Apache Software Foundation. All Rights Reserved.