Package | Description |
---|---|
com.dxfeed.api |
Main package for dxFeed API that provides DXFeed as its core class.
|
Modifier and Type | Field and Description |
---|---|
protected DXEndpoint.Role |
DXEndpoint.Builder.role
Current role for implementations of
DXEndpoint.Builder . |
Modifier and Type | Method and Description |
---|---|
abstract DXEndpoint.Role |
DXEndpoint.getRole()
Returns the role of this endpoint.
|
static DXEndpoint.Role |
DXEndpoint.Role.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DXEndpoint.Role[] |
DXEndpoint.Role.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DXEndpoint |
DXEndpoint.create(DXEndpoint.Role role)
Creates an endpoint with a specified role.
|
static DXEndpoint |
DXEndpoint.getInstance(DXEndpoint.Role role)
Returns a default application-wide singleton instance of DXEndpoint for a specific role.
|
DXEndpoint.Builder |
DXEndpoint.Builder.withRole(DXEndpoint.Role role)
Sets role for the created
DXEndpoint . |
Copyright © 2002–2023 Devexperts LLC. All rights reserved.