Uses of Interface
org.eclipse.ditto.services.gateway.streaming.StreamControlMessage
-
Packages that use StreamControlMessage Package Description org.eclipse.ditto.services.gateway.streaming -
-
Uses of StreamControlMessage in org.eclipse.ditto.services.gateway.streaming
Classes in org.eclipse.ditto.services.gateway.streaming that implement StreamControlMessage Modifier and Type Class Description classJwtSimple event which holds a JWT in string format.classStartStreamingMessage indicating a demand to receive entities of a specifiedStreamingTypevia a "streaming" connection.classStopStreamingMessage indicating a demand to receive entities of a specifiedStreamingTypevia a "streaming" connection.classStreamingAckSend for acknowledging that a subscription in the cluster for aStreamingTypewas either subscribed to (StreamingAck.subscribedistrue) or unsubscribed from (StreamingAck.subscribedisfalse).
-