Package | Description |
---|---|
com.dxfeed.api |
Main package for dxFeed API that provides DXFeed as its core class.
|
Modifier and Type | Method and Description |
---|---|
static DXEndpoint.Builder |
DXEndpoint.newBuilder()
Creates new
DXEndpoint.Builder instance. |
DXEndpoint.Builder |
DXEndpoint.Builder.withName(String name)
Changes name that is used to distinguish multiple endpoints
in the same JVM in logs and in other diagnostic means.
|
DXEndpoint.Builder |
DXEndpoint.Builder.withProperties(Properties props)
Sets all supported properties from the provided properties object.
|
abstract DXEndpoint.Builder |
DXEndpoint.Builder.withProperty(String key,
String value)
Sets the specified property.
|
DXEndpoint.Builder |
DXEndpoint.Builder.withRole(DXEndpoint.Role role)
Sets role for the created
DXEndpoint . |
Copyright © 2002–2023 Devexperts LLC. All rights reserved.