Go to the source code of this file.
|
template<typename TSink > |
TSink | catapult::extensions::CreatePushEntitySink (const extensions::ServiceLocator &locator, const std::string &serviceName) |
| Creates a sink that pushes entities using a service identified by serviceName in locator. More...
|
|
template<typename TSink > |
TSink | catapult::extensions::CreatePushEntitySink (const extensions::ServiceLocator &locator, const std::string &serviceName, ionet::PacketType packetType) |
| Creates a sink that pushes entities using packetType and a service identified by serviceName in locator. More...
|
|