public interface ConfigRecognizer
Modifier and Type | Method and Description |
---|---|
boolean |
isRecognized(ConfigStream configStream)
Recognizes the configuration given in the
configStream
argument. |
boolean isRecognized(ConfigStream configStream) throws Exception
configStream
argument.configStream
- The stream with the declarative configurationtrue
if the configuration is recognized, false
otherwiseException
- If any error occurs during the recognitionCopyright © 2023 Hazelcast, Inc.. All rights reserved.