LogCabin
|
See responseQueue. More...
Public Member Functions | |
Expected (uint16_t opCode, std::unique_ptr< Message > request, std::shared_ptr< Handler > response) | |
Expected (Expected &&other) | |
Expected & | operator= (Expected &&other) |
Public Attributes | |
uint16_t | opCode |
The op code expected from the client. | |
std::unique_ptr< Message > | request |
The request message expected from the client. | |
std::shared_ptr< Handler > | response |
Code to respond to the client or close its session, etc. |
See responseQueue.
Definition at line 169 of file ServiceMock.h.
LogCabin::RPC::ServiceMock::Expected::Expected | ( | uint16_t | opCode, |
std::unique_ptr< Message > | request, | ||
std::shared_ptr< Handler > | response | ||
) |
Definition at line 24 of file ServiceMock.cc.
Definition at line 33 of file ServiceMock.cc.
ServiceMock::Expected & LogCabin::RPC::ServiceMock::Expected::operator= | ( | ServiceMock::Expected && | other | ) |
Definition at line 41 of file ServiceMock.cc.
The op code expected from the client.
Definition at line 176 of file ServiceMock.h.
std::unique_ptr<Message> LogCabin::RPC::ServiceMock::Expected::request |
The request message expected from the client.
Definition at line 178 of file ServiceMock.h.
std::shared_ptr<Handler> LogCabin::RPC::ServiceMock::Expected::response |
Code to respond to the client or close its session, etc.
Definition at line 180 of file ServiceMock.h.