The VoltAPI.Connect API enables clients to establish a Volt connect stream. Note that clients will not need to call this API directly as it is encapsulated in the various ‘Connection’ classes in the client libraries.
cli
The CLI automatically uses connect streams to implement certain commands, in particular the wire publish and subscribe commands. This means that when you subscribe to a wire using the CLI, the subscription will automatically be restarted if the connection to the Volt is lost and subsequently re-established.
fusebox
The fusebox always establishes a connect stream to the target Volt, and this is used to reflect the connection status to the user and to receive notification of changes to resources that are in view.
javascript [grpc]
Use the VoltClient.connect method to establish a Volt connect stream, and register to receive connected events for notifications.