@FunctionalInterface public interface TerminationValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
allowTermination(File aeronDir,
DirectBuffer tokenBuffer,
int tokenOffset,
int tokenLength)
Should the given termination request be considered valid or not.
|
boolean allowTermination(File aeronDir, DirectBuffer tokenBuffer, int tokenOffset, int tokenLength)
aeronDir - of the driver.tokenBuffer - of the token in the request.tokenOffset - of the token within the buffer.tokenLength - of the token within the buffer.Copyright © 2014-2023 Real Logic Limited. All Rights Reserved.