Package | Description |
---|---|
com.dxfeed.api |
Main package for dxFeed API that provides DXFeed as its core class.
|
Modifier and Type | Method and Description |
---|---|
abstract DXEndpoint |
DXEndpoint.Builder.build()
Builds
DXEndpoint instance. |
abstract DXEndpoint |
DXEndpoint.connect(String address)
Connects to the specified remove address.
|
static DXEndpoint |
DXEndpoint.create()
Creates an endpoint with
FEED role. |
static DXEndpoint |
DXEndpoint.create(DXEndpoint.Role role)
Creates an endpoint with a specified role.
|
abstract DXEndpoint |
DXEndpoint.executor(Executor executor)
Changes executor that is used for notifications.
|
static DXEndpoint |
DXEndpoint.getInstance(DXEndpoint.Role role)
Returns a default application-wide singleton instance of DXEndpoint for a specific role.
|
Copyright © 2014 Devexperts. All Rights Reserved.