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 single BusConnection 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

Methods

activate

public void activate()

deactivate

public void deactivate()

handleIncoming

public void handleIncoming(Notification notification, BusConnection source)

isActive

public boolean isActive()