public interface Subscriber
extends org.fabric3.spi.federation.addressing.AddressListener
| Modifier and Type | Method and Description |
|---|---|
void |
decrementConnectionCount()
Decrements the connection count.
|
boolean |
hasConnections()
True if this subscriber has active consumer connections.
|
void |
incrementConnectionCount()
Increments the connection count.
|
void |
start()
Initializes the server and its underlying socket.
|
void |
stop()
Disposes the server and any open resources.
|
void start()
void stop()
void incrementConnectionCount()
void decrementConnectionCount()
boolean hasConnections()