BusClient¶
-
public class
BusClient
extends BusBase¶ A
Bus
implementation which acts as a client to an existing server implementation. This means that new notifications are only sent to local receivers as well as to a singleBusConnection
connecting with the server.- Author
swrede, jwienke
Constructors¶
BusClient¶
-
public
BusClient
(SocketOptions options)¶ Constructs a bus that is client of an active server.
- Parameters
options – socket options to use for the connection