Structs§
- AnySaving
Handler - Handler that saves messages it receives (for Any-based routing).
- Call
Check Handler - Handler that tracks whether it has been called.
- Stub
Message Handler - Stub handler which logs messages it receives.
- Typed
Into Message Saving Handler - Ownership-based typed handler which saves the messages it receives.
- Typed
Message Saving Handler - Typed handler which saves the messages it receives (no downcast needed).
Functions§
- get_
any_ saving_ handler - Creates an Any-based message saving handler and returns both the handler for registration and a clone that can be used to retrieve messages.
- get_
call_ check_ handler - Creates a call-checking handler and returns both the handler for registration and a clone that can be used to check if it was called.
- get_
message_ saving_ handler - Creates a message saving handler and stores it for later retrieval.
- get_
saved_ messages - Retrieves saved messages from a handler created by
get_message_saving_handler. - get_
stub_ shareable_ handler - get_
typed_ into_ message_ saving_ handler - Creates an ownership-based typed message saving handler and returns both the handler for endpoint registration and a clone that can be used to retrieve messages.
- get_
typed_ message_ saving_ handler - Creates a typed message saving handler and returns both the handler for subscriptions and a clone that can be used to retrieve messages.