Uses of Class
org.wso2.carbon.inbound.endpoint.common.OneTimeTriggerAbstractCallback
-
Packages that use OneTimeTriggerAbstractCallback Package Description org.wso2.carbon.inbound.endpoint.common org.wso2.carbon.inbound.endpoint.protocol.mqtt -
-
Uses of OneTimeTriggerAbstractCallback in org.wso2.carbon.inbound.endpoint.common
Methods in org.wso2.carbon.inbound.endpoint.common that return OneTimeTriggerAbstractCallback Modifier and Type Method Description OneTimeTriggerAbstractCallback
OneTimeTriggerInboundTask. getCallback()
Methods in org.wso2.carbon.inbound.endpoint.common with parameters of type OneTimeTriggerAbstractCallback Modifier and Type Method Description void
OneTimeTriggerInboundTask. setCallback(OneTimeTriggerAbstractCallback callback)
-
Uses of OneTimeTriggerAbstractCallback in org.wso2.carbon.inbound.endpoint.protocol.mqtt
Subclasses of OneTimeTriggerAbstractCallback in org.wso2.carbon.inbound.endpoint.protocol.mqtt Modifier and Type Class Description class
MqttAsyncCallback
MQTT Asynchronous call back handler
-