Uses of Interface
org.eclipse.ditto.services.gateway.streaming.actors.SessionedJsonifiable
-
Packages that use SessionedJsonifiable Package Description org.eclipse.ditto.services.gateway.streaming org.eclipse.ditto.services.gateway.streaming.actors Actors for streaming of websocket messages. -
-
Uses of SessionedJsonifiable in org.eclipse.ditto.services.gateway.streaming
Methods in org.eclipse.ditto.services.gateway.streaming that return types with arguments of type SessionedJsonifiable Modifier and Type Method Description akka.stream.javadsl.SourceQueueWithComplete<SessionedJsonifiable>Connect. getEventAndResponsePublisher()Constructor parameters in org.eclipse.ditto.services.gateway.streaming with type arguments of type SessionedJsonifiable Constructor Description Connect(akka.stream.javadsl.SourceQueueWithComplete<SessionedJsonifiable> eventAndResponsePublisher, CharSequence connectionCorrelationId, String type, org.eclipse.ditto.model.base.json.JsonSchemaVersion jsonSchemaVersion, Instant sessionExpirationTime, Set<org.eclipse.ditto.model.base.acks.AcknowledgementLabel> declaredAcknowledgementLabels)Constructs a newConnectinstance. -
Uses of SessionedJsonifiable in org.eclipse.ditto.services.gateway.streaming.actors
Methods in org.eclipse.ditto.services.gateway.streaming.actors that return SessionedJsonifiable Modifier and Type Method Description static SessionedJsonifiableSessionedJsonifiable. ack(org.eclipse.ditto.services.utils.pubsub.StreamingType streamingType, boolean subscribed, CharSequence connectionCorrelationId)Create a sessioned Jsonifiable for a stream acknowledgement.static SessionedJsonifiableSessionedJsonifiable. error(org.eclipse.ditto.model.base.exceptions.DittoRuntimeException error)Create a sessioned Jsonifiable for an error.static SessionedJsonifiableSessionedJsonifiable. response(org.eclipse.ditto.signals.commands.base.CommandResponse<?> response)Create a sessioned Jsonifiable for a response.static SessionedJsonifiableSessionedJsonifiable. signal(org.eclipse.ditto.signals.base.Signal<?> signal, org.eclipse.ditto.model.base.headers.DittoHeaders sessionHeaders, StreamingSession session)Create a sessioned Jsonifiable for a signal.static SessionedJsonifiableSessionedJsonifiable. subscription(org.eclipse.ditto.signals.events.thingsearch.SubscriptionEvent<?> subscriptionEvent)Create a sessioned Jsonifiable for aSubscriptionEventas response.Methods in org.eclipse.ditto.services.gateway.streaming.actors that return types with arguments of type SessionedJsonifiable Modifier and Type Method Description akka.stream.javadsl.SourceQueueWithComplete<SessionedJsonifiable>SupervisedStream.WithQueue. getSourceQueue()static akka.stream.javadsl.Source<SessionedJsonifiable,SupervisedStream.WithQueue>SupervisedStream. sourceQueue(int queueSize)Create a source queue that materializes an additional value for supervision.
-