public abstract class RemoteRegionErrorEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RemoteRegionErrorEvent.Type
This is the type of the RemoteRegionErrorEvent being delivered.
|
| Constructor and Description |
|---|
RemoteRegionErrorEvent() |
| Modifier and Type | Method and Description |
|---|---|
abstract RemoteRegionErrorEvent.Type |
getErrorType()
Returns the error type
|
abstract String |
getProducerURL()
Returns the URL for the producer endpoint.
|
abstract String |
getViewID()
Returns the viewID which the remote region was trying to access or
null if the viewID is unknown. |
public abstract String getProducerURL()
public abstract String getViewID()
null if the viewID is unknown.nullpublic abstract RemoteRegionErrorEvent.Type getErrorType()