public static class VstConnectionAsync.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
VstConnectionAsync |
build() |
VstConnectionAsync.Builder |
host(HostDescription host) |
VstConnectionAsync.Builder |
keepAliveInterval(Integer keepAliveInterval) |
VstConnectionAsync.Builder |
messageStore(MessageStore messageStore) |
VstConnectionAsync.Builder |
sslContext(SSLContext sslContext) |
VstConnectionAsync.Builder |
timeout(Integer timeout) |
VstConnectionAsync.Builder |
ttl(Long ttl) |
VstConnectionAsync.Builder |
useSsl(Boolean useSsl) |
public VstConnectionAsync.Builder messageStore(MessageStore messageStore)
public VstConnectionAsync.Builder host(HostDescription host)
public VstConnectionAsync.Builder timeout(Integer timeout)
public VstConnectionAsync.Builder ttl(Long ttl)
public VstConnectionAsync.Builder keepAliveInterval(Integer keepAliveInterval)
public VstConnectionAsync.Builder useSsl(Boolean useSsl)
public VstConnectionAsync.Builder sslContext(SSLContext sslContext)
public VstConnectionAsync build()
Copyright © 2016–2023 ArangoDB GmbH. All rights reserved.