@Subcomponent.Builder
public static interface ConnectionComponent.Builder
Modifier and Type | Method and Description |
---|---|
@NotNull ConnectionComponent |
build() |
@NotNull ConnectionComponent.Builder |
connAckFlow(@NotNull MqttConnAckFlow connAckFlow) |
@NotNull ConnectionComponent.Builder |
connect(@NotNull MqttConnect connect) |
@BindsInstance @NotNull @NotNull ConnectionComponent.Builder connect(@NotNull @NotNull MqttConnect connect)
@BindsInstance @NotNull @NotNull ConnectionComponent.Builder connAckFlow(@NotNull @NotNull MqttConnAckFlow connAckFlow)
@NotNull @NotNull ConnectionComponent build()