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

io.nats.client.TcpConnectionFactory Maven / Gradle / Ivy

There is a newer version: 2.20.2
Show newest version
package io.nats.client;

class TcpConnectionFactory {

    protected TcpConnection createConnection() {
        return new TcpConnection();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy