| Package | Description |
|---|---|
| org.eclipse.milo.opcua.sdk.server.subscriptions |
| Modifier and Type | Method and Description |
|---|---|
static Subscription.State |
Subscription.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Subscription.State[] |
Subscription.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.StateListener.onStateChange(Subscription subscription,
Subscription.State previousState,
Subscription.State currentState) |
Copyright © 2018. All rights reserved.