Uses of Class
org.eclipse.ditto.services.gateway.streaming.actors.StreamingActor.Control
-
Packages that use StreamingActor.Control Package Description org.eclipse.ditto.services.gateway.streaming.actors Actors for streaming of websocket messages. -
-
Uses of StreamingActor.Control in org.eclipse.ditto.services.gateway.streaming.actors
Methods in org.eclipse.ditto.services.gateway.streaming.actors that return StreamingActor.Control Modifier and Type Method Description static StreamingActor.ControlStreamingActor.Control. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamingActor.Control[]StreamingActor.Control. values()Returns an array containing the constants of this enum type, in the order they are declared.
-