Uses of Class
software.amazon.awssdk.crt.iot.IncomingPublishEvent
-
Packages that use IncomingPublishEvent Package Description software.amazon.awssdk.crt.iot -
-
Uses of IncomingPublishEvent in software.amazon.awssdk.crt.iot
Method parameters in software.amazon.awssdk.crt.iot with type arguments of type IncomingPublishEvent Modifier and Type Method Description StreamingOperationOptions.StreamingOperationOptionsBuilder
StreamingOperationOptions.StreamingOperationOptionsBuilder. withIncomingPublishEventCallback(Consumer<IncomingPublishEvent> callback)
Sets the callback function a streaming operation should invoke every time a publish message arrives on the operation's topic.
-