| Modifier and Type | Method and Description |
|---|---|
static StreamingConnection |
NatsStreaming.connect(String clusterId,
String clientId)
Creates a NATS Streaming connection using the supplied cluster ID and client ID.
|
static StreamingConnection |
NatsStreaming.connect(String clusterId,
String clientId,
Options opts)
Creates a NATS Streaming connection using the supplied cluster ID, client ID, and
Options. |
StreamingConnection |
StreamingConnectionFactory.createConnection()
Creates an active connection to a NATS Streaming server.
|
Copyright © 2016–2018 NATS.io. All rights reserved.