public class LinkClient
extends java.lang.Object
Constructor and Description |
---|
LinkClient(LinkConnectionFactory linkFactory,
ActorHolder actor) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
protected Mailbox |
createInboundMailbox(MessageStream inboundStream,
Broker outboundBroker) |
protected Mailbox |
createOutboundMailbox(MessageStream outboundStream,
Broker inboundBroker) |
Broker |
getBroker() |
ActorSender |
getSender() |
void |
start() |
java.lang.String |
toString() |
public LinkClient(LinkConnectionFactory linkFactory, ActorHolder actor)
public Broker getBroker()
public ActorSender getSender()
public void start()
public void close()
protected Mailbox createInboundMailbox(MessageStream inboundStream, Broker outboundBroker)
protected Mailbox createOutboundMailbox(MessageStream outboundStream, Broker inboundBroker)
public java.lang.String toString()
toString
in class java.lang.Object