Package org.correomqtt.plugin.spi
Interface MessageValidatorHook<T>
-
- All Superinterfaces:
BaseExtensionPoint<T>,org.pf4j.ExtensionPoint
public interface MessageValidatorHook<T> extends BaseExtensionPoint<T>
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMessageValidatorHook.Validation
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MessageValidatorHook.ValidationisMessageValid(String message)-
Methods inherited from interface org.correomqtt.plugin.spi.BaseExtensionPoint
getConfigClass, onConfigReceived
-
-
-
-
Method Detail
-
isMessageValid
MessageValidatorHook.Validation isMessageValid(String message)
-
-