Interface Mqtt3ConnectBuilder.Send<P>
- Type Parameters:
P- the type of the result when the builtMqtt3Connectis sent by the parent.
- All Superinterfaces:
Mqtt3ConnectBuilderBase<Mqtt3ConnectBuilder.Send<P>>
- Enclosing interface:
Mqtt3ConnectBuilder
@DoNotImplement
public static interface Mqtt3ConnectBuilder.Send<P>
extends Mqtt3ConnectBuilderBase<Mqtt3ConnectBuilder.Send<P>>
Builder for a
Mqtt3Connect that is applied to a parent Mqtt3Client
which then sends the Connect message.-
Method Summary
Modifier and TypeMethodDescriptionsend()Builds theMqtt3Connectand applies it to the parent which then sends the Connect message.Methods inherited from interface com.hivemq.client.mqtt.mqtt3.message.connect.Mqtt3ConnectBuilderBase
cleanSession, keepAlive, noKeepAlive, restrictions, restrictions, simpleAuth, simpleAuth, willPublish, willPublish
-
Method Details
-
send
Builds theMqtt3Connectand applies it to the parent which then sends the Connect message.- Returns:
- the result when the built
Mqtt3Connectis sent by the parent.
-