Package com.yahoo.messagebus.network
Interface ServiceAddress
- All Known Implementing Classes:
LocalServiceAddress,RPCServiceAddress
public interface ServiceAddress
This interface represents an abstract network service; i.e. somewhere to send messages. An instance of this is
retrieved by calling
Network.allocServiceAddress(com.yahoo.messagebus.routing.RoutingNode).- Author:
- Simon Thoresen Hult