Uses of Class
io.helidon.messaging.connectors.mock.MockIncoming
Packages that use MockIncoming
Package
Description
Helidon messaging mock connector for testing purposes.
-
Uses of MockIncoming in io.helidon.messaging.connectors.mock
Methods in io.helidon.messaging.connectors.mock that return MockIncomingModifier and TypeMethodDescriptionMockIncoming.awaitCancelled(Duration timeout) Wait and block till the stream is in terminal state and asserts if the terminal state is caused by cancel signal.MockIncoming.complete()Send terminal complete signal to the channel.final MockIncoming<P> Emit one or more messages directly to the mocked channel.final MockIncoming<P> Emit one or more payloads directly to the mocked channel.Send terminal error signal to the channel.<P> MockIncoming<P> Retrieve mocker for incoming channel.