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

com.eightkdata.mongowp.mongoserver.api.safe.ConnectionIdFactory Maven / Gradle / Ivy

The newest version!

package com.eightkdata.mongowp.mongoserver.api.safe;

import javax.annotation.concurrent.ThreadSafe;

/**
 *
 */
@ThreadSafe
public interface ConnectionIdFactory {

    public int newConnectionId();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy