Uses of Class
ch.rasc.wamp2spring.message.PublishMessage
Packages that use PublishMessage
-
Uses of PublishMessage in ch.rasc.wamp2spring
Methods in ch.rasc.wamp2spring with parameters of type PublishMessageModifier and TypeMethodDescriptionvoidWampPublisher.publish(PublishMessage publishMessage) Sends an arbitraryPublishMessageto the Broker. -
Uses of PublishMessage in ch.rasc.wamp2spring.message
Methods in ch.rasc.wamp2spring.message that return PublishMessageModifier and TypeMethodDescriptionPublishMessage.Builder.build()static PublishMessagePublishMessage.deserialize(com.fasterxml.jackson.core.JsonParser jp) Constructors in ch.rasc.wamp2spring.message with parameters of type PublishMessageModifierConstructorDescriptionErrorMessage(PublishMessage publishMessage, WampError error) EventMessage(String receiverWebSocketSessionId, long subscription, long publication, String topic, Number publisher, boolean retained, PublishMessage publishMessage) PublishedMessage(PublishMessage publishMessage, long publicationId) -
Uses of PublishMessage in ch.rasc.wamp2spring.pubsub
Fields in ch.rasc.wamp2spring.pubsub with type parameters of type PublishMessageModifier and TypeFieldDescriptionprotected final Map<String,PublishMessage> MemoryEventStore.eventRetentionMethods in ch.rasc.wamp2spring.pubsub that return types with arguments of type PublishMessageModifier and TypeMethodDescriptionEventStore.getRetained(DestinationMatch query) Returns all stored events that match the query.MemoryEventStore.getRetained(DestinationMatch query) Methods in ch.rasc.wamp2spring.pubsub with parameters of type PublishMessageModifier and TypeMethodDescriptionvoidEventStore.retain(PublishMessage publishMessage) Stores an event in the storevoidMemoryEventStore.retain(PublishMessage publishMessage)