@NotMutable @ThreadSafety(level=COMPLETELY_THREADSAFE) public final class PostDisconnectPluginResult extends java.lang.Object implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static PostDisconnectPluginResult |
SUCCESS
A predefined result instance that indicates all processing completed
successfully.
|
| Constructor and Description |
|---|
PostDisconnectPluginResult(boolean continuePluginProcessing)
Creates a new post-disconnect plugin result with the provided information.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
continuePluginProcessing()
Indicates whether to continue processing other post-disconnect plugins for
the connection.
|
java.lang.String |
toString()
Retrieves a string representation of this post-disconnect plugin result.
|
public static final PostDisconnectPluginResult SUCCESS
public PostDisconnectPluginResult(boolean continuePluginProcessing)
continuePluginProcessing - Indicates whether to continue processing
other post-disconnect plugins for the
connection.public boolean continuePluginProcessing()
true if the server should continue processing other
post-disconnect plugins for the connection, or false if
not.public java.lang.String toString()
toString in class java.lang.Object