- Type Parameters:
M
- message type
- All Superinterfaces:
- MessageVerifierReceiver<M>, MessageVerifierSender<M>
- All Known Implementing Classes:
- CamelStubMessages, NoOpStubMessages, SpringAmqpStubMessages, SpringIntegrationStubMessages, StreamStubMessages
public interface MessageVerifier<M>
extends MessageVerifierSender<M>, MessageVerifierReceiver<M>
Core interface that allows you to build, send and receive messages.
Destination is relevant to the underlying implementation. Might be a channel, queue,
topic etc.
- Since:
- 1.0.0
- Author:
- Marcin Grzejszczak