Uses of Class
dev.aherscu.qa.jgiven.rabbitmq.model.Message
-
Packages that use Message Package Description dev.aherscu.qa.jgiven.rabbitmq.model dev.aherscu.qa.jgiven.rabbitmq.steps dev.aherscu.qa.jgiven.rabbitmq.utils -
-
Uses of Message in dev.aherscu.qa.jgiven.rabbitmq.model
Methods in dev.aherscu.qa.jgiven.rabbitmq.model that return Message Modifier and Type Method Description Message<T>
Message.MessageBuilder. build()
-
Uses of Message in dev.aherscu.qa.jgiven.rabbitmq.steps
Method parameters in dev.aherscu.qa.jgiven.rabbitmq.steps with type arguments of type Message Modifier and Type Method Description SELF
RabbitMqActions. publishing(List<Message<V>> messages)
SELF
RabbitMqActions. publishing(Stream<Message<V>> messages)
SELF
RabbitMqVerifications. the_message_with_$_key(K key, org.hamcrest.Matcher<Message<V>> matcher)
SELF
RabbitMqVerifications. the_retrieved_messages(org.hamcrest.Matcher<Stream<Message<V>>> matcher)
-
Uses of Message in dev.aherscu.qa.jgiven.rabbitmq.utils
Fields in dev.aherscu.qa.jgiven.rabbitmq.utils with type parameters of type Message Modifier and Type Field Description Function<Message<V>,K>
QueueHandler. indexingBy
Function<Message<V>,K>
QueueHandler.Singleton. indexingBy
Methods in dev.aherscu.qa.jgiven.rabbitmq.utils that return types with arguments of type Message Modifier and Type Method Description Map<K,Message<V>>
QueueHandler. recievedMessages()
Unmodifiable view of retrieved messages.Method parameters in dev.aherscu.qa.jgiven.rabbitmq.utils with type arguments of type Message Modifier and Type Method Description B
QueueHandler.QueueHandlerBuilder. indexingBy(Function<Message<V>,K> indexingBy)
QueueHandler.Singleton.SingletonBuilder<K,V>
QueueHandler.Singleton.SingletonBuilder. indexingBy(Function<Message<V>,K> indexingBy)
void
QueueHandler. publish(Stream<Message<V>> messages)
-