public interface Receiver
| Modifier and Type | Method and Description |
|---|---|
org.fabric3.spi.federation.addressing.SocketAddress |
getAddress()
Returns the socket address the receiver is listening on.
|
void |
start()
Initializes the server and its underlying socket.
|
void |
stop()
Disposes the server and any open resources.
|
void start()
void stop()
org.fabric3.spi.federation.addressing.SocketAddress getAddress()