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

com.eightkdata.mongowp.server.api.ConnectionIdFactory Maven / Gradle / Ivy

There is a newer version: 0.50.0
Show newest version

package com.eightkdata.mongowp.server.api;

import javax.annotation.concurrent.ThreadSafe;

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

    public int newConnectionId();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy