Uses of Class
org.mockserver.async.subscribe.RecordedMessage
Packages that use RecordedMessage
-
Uses of RecordedMessage in org.mockserver.async.subscribe
Methods in org.mockserver.async.subscribe that return types with arguments of type RecordedMessageModifier and TypeMethodDescriptionKafkaMessageSubscriber.getAllRecordedMessages()MessageSubscriber.getAllRecordedMessages()Return all messages recorded across all channels.MqttMessageSubscriber.getAllRecordedMessages()KafkaMessageSubscriber.getRecordedMessages(String channel) MessageSubscriber.getRecordedMessages(String channel) Return all messages recorded on the given channel since subscription started (or since the last reset).MqttMessageSubscriber.getRecordedMessages(String channel) BoundedMessageStore.snapshot()Return a snapshot copy of all messages currently in the store.Methods in org.mockserver.async.subscribe with parameters of type RecordedMessageModifier and TypeMethodDescriptionvoidBoundedMessageStore.add(RecordedMessage message) Add a message to the store.