| Package | Description |
|---|---|
| com.sybase.esp.sdk | |
| com.sybase.esp.sdk.data |
| Modifier and Type | Method and Description |
|---|---|
Publisher |
Project.createPublisher()
Calls Project.createPublisher(PublisherOptions) internally with default PublisherOptions.
|
Publisher |
Project.createPublisher(PublisherOptions options)
Creates a new Publisher to the server.
|
Publisher |
SDK.createPublisher(Uri uri,
Credentials creds)
Returns a
Publisher that can be used to publish data to the specified project. |
Publisher |
SDK.createPublisher(Uri uri,
Credentials creds,
PublisherOptions options)
Returns a
Publisher that can be used to publish data to the specified project. |
| Modifier and Type | Method and Description |
|---|---|
Publisher |
Publishable.getPublisher() |
Publisher |
PublisherEvent.getPublisher()
Retrieve the
Publisher associated with this event |
| Constructor and Description |
|---|
PublisherEvent(Publisher publisher,
PublisherEvent.Type type,
SdkEventError<PublisherEvent.Type> error) |