Package | Description |
---|---|
io.nats.connector.plugin |
Modifier and Type | Method and Description |
---|---|
static NATSEvent |
NATSEvent.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NATSEvent[] |
NATSEvent.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NATSConnectorPlugin.onNATSEvent(NATSEvent event,
String message)
Invoked anytime a NATS event occurs around a connection
or error, alerting the plugin to take appropriate action.
|
Copyright © 2015–2016 Apcera, Inc.. All rights reserved.