@Subcomponent(modules=com.hivemq.client.internal.mqtt.ioc.ClientModule.class) @ClientScope public interface ClientComponent
Modifier and Type | Interface and Description |
---|---|
static interface |
ClientComponent.Builder |
Modifier and Type | Method and Description |
---|---|
ConnectionComponent.Builder |
connectionComponentBuilder() |
@NotNull MqttIncomingQosHandler |
incomingQosHandler() |
@NotNull MqttOutgoingQosHandler |
outgoingQosHandler() |
@NotNull MqttSubscriptionHandler |
subscriptionHandler() |
@NotNull ConnectionComponent.Builder connectionComponentBuilder()
@NotNull @NotNull MqttSubscriptionHandler subscriptionHandler()
@NotNull @NotNull MqttIncomingQosHandler incomingQosHandler()
@NotNull @NotNull MqttOutgoingQosHandler outgoingQosHandler()