All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yahoo.messagebus.network.ServiceAddress Maven / Gradle / Ivy

There is a newer version: 8.458.13
Show newest version
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.messagebus.network;

/**
 * This interface represents an abstract network service; i.e. somewhere to send messages. An instance of this is
 * retrieved by calling {@link Network#allocServiceAddress(com.yahoo.messagebus.routing.RoutingNode)}.
 *
 * @author Simon Thoresen Hult
 */
public interface ServiceAddress {
    // empty
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy