public interface OutboundContext
Modifier and Type | Method and Description |
---|---|
AssociationState |
associationState() |
InboundControlJunction.ControlMessageSubject |
controlSubject()
An outbound stage can listen to control messages
via this observer subject.
|
UniqueAddress |
localAddress()
The local inbound address.
|
void |
quarantine(java.lang.String reason) |
Address |
remoteAddress()
The outbound address for this association.
|
void |
sendControl(ControlMessage message)
An inbound stage can send control message, e.g.
|
ArterySettings |
settings() |
UniqueAddress localAddress()
Address remoteAddress()
AssociationState associationState()
void quarantine(java.lang.String reason)
void sendControl(ControlMessage message)
message
- (undocumented)InboundControlJunction.ControlMessageSubject controlSubject()
ArterySettings settings()