public interface Client
A Client interface contains all the common behaviors of producer and consumer. which can be used to achieve
some basic interaction with the server.
| Modifier and Type | Method and Description |
|---|---|
Optional<Extension> |
getExtension()
Get the extension method, and this interface is optional, Therefore, users need to check whether this interface
has been implemented by vendors.
|
Copyright © 2017–2020 OpenMessaging. All rights reserved.