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

com.netflix.eureka2.server.service.EurekaServerService Maven / Gradle / Ivy

package com.netflix.eureka2.server.service;

import com.netflix.eureka2.service.EurekaService;

/**
 * An extension of {@link com.netflix.eureka2.service.EurekaService} for eureka servers.
 *
 * A service instance is dedicated to a client connection and is stateful with respect to the operations that can be
 * performed on a service instance.
 *
 * @author Nitesh Kant
 */
public interface EurekaServerService extends EurekaService {

    /**
     * Opens a new {@link ReplicationChannel}.
     *
     * @return The {@link ReplicationChannel}.
     */
    ReplicationChannel newReplicationChannel();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy