| Package | Description |
|---|---|
| org.springframework.cloud.stream.test.matcher |
| Modifier and Type | Method and Description |
|---|---|
MessageQueueMatcher<T> |
MessageQueueMatcher.immediately() |
MessageQueueMatcher<T> |
MessageQueueMatcher.indefinitely() |
static <P> MessageQueueMatcher<P> |
MessageQueueMatcher.receivesMessageThat(org.hamcrest.Matcher<org.springframework.messaging.Message<P>> messageMatcher) |
static <P> MessageQueueMatcher<P> |
MessageQueueMatcher.receivesPayloadThat(org.hamcrest.Matcher<P> payloadMatcher) |
MessageQueueMatcher<T> |
MessageQueueMatcher.within(long timeout,
TimeUnit unit) |
Copyright © 2022 Pivotal Software, Inc.. All rights reserved.