| Package | Description |
|---|---|
| com.sybase.esp.sdk.data |
| Modifier and Type | Field and Description |
|---|---|
SdkEventError<SubscriberEvent.Type> |
SubscriberEvent.m_error |
| Modifier and Type | Method and Description |
|---|---|
SubscriberEvent.Type |
SubscriberEvent.getType() |
static SubscriberEvent.Type |
SubscriberEvent.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubscriberEvent.Type[] |
SubscriberEvent.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SdkEventError<SubscriberEvent.Type> |
SubscriberEvent.getError() |
| Constructor and Description |
|---|
SubscriberEvent(Subscriber subscriber,
SubscriberEvent.Type type,
Stream stream,
MessageReader reader) |