Interface ConnectInboundProviderInput
- All Superinterfaces:
ClientBasedInput
public interface ConnectInboundProviderInput extends ClientBasedInput
This is the input parameter of any
ConnectInboundInterceptorProvider providing ServerInformation and
ClientBasedInput.- Since:
- 4.2.0, CE 2020.1
-
Method Summary
Modifier and Type Method Description @NotNull ServerInformationgetServerInformation()Get information about the HiveMQ instance the extension is running in.Methods inherited from interface com.hivemq.extension.sdk.api.parameter.ClientBasedInput
getClientInformation, getConnectionInformation
-
Method Details
-
getServerInformation
Get information about the HiveMQ instance the extension is running in.- Returns:
- The
ServerInformationof the input. - Since:
- 4.2.0, CE 2020.1
-