#include <notification_service.pb.h>
|
| static google::protobuf::ServiceDescriptor const * | descriptor () |
| |
|
| virtual uint32 | HandleSendNotification (::bgs::protocol::notification::v1::Notification const *request, ::bgs::protocol::NoData *response, std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> &continuation) |
| |
| virtual uint32 | HandleSubscribe (::bgs::protocol::notification::v1::SubscribeRequest const *request, ::bgs::protocol::NoData *response, std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> &continuation) |
| |
| virtual uint32 | HandleUnsubscribe (::bgs::protocol::notification::v1::UnsubscribeRequest const *request, ::bgs::protocol::NoData *response, std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> &continuation) |
| |
| virtual uint32 | HandlePublish (::bgs::protocol::notification::v1::PublishRequest const *request, ::bgs::protocol::NoData *response, std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> &continuation) |
| |
| std::function< void(ServiceBase *, uint32, ::google::protobuf::Message const *)> | CreateServerContinuation (uint32 token, uint32 methodId, char const *methodName, google::protobuf::Descriptor const *outputDescriptor) |
| |
| virtual void | SendRequest (uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request, std::function< void(MessageBuffer)> callback)=0 |
| |
| virtual void | SendRequest (uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request)=0 |
| |
| virtual void | SendResponse (uint32 serviceHash, uint32 methodId, uint32 token, uint32 status)=0 |
| |
| virtual void | SendResponse (uint32 serviceHash, uint32 methodId, uint32 token, google::protobuf::Message const *response)=0 |
| |
Definition at line 267 of file notification_service.pb.h.
◆ NameHash
◆ OriginalHash
◆ NotificationService() [1/3]
| bgs::protocol::notification::v1::NotificationService::NotificationService |
( |
bool |
use_original_hash | ) |
|
|
explicit |
◆ NotificationService() [2/3]
| bgs::protocol::notification::v1::NotificationService::NotificationService |
( |
NotificationService const & |
| ) |
|
|
delete |
◆ NotificationService() [3/3]
| bgs::protocol::notification::v1::NotificationService::NotificationService |
( |
NotificationService && |
| ) |
|
|
delete |
◆ ~NotificationService()
| virtual bgs::protocol::notification::v1::NotificationService::~NotificationService |
( |
| ) |
|
|
virtual |
◆ CallServerMethod()
| void bgs::protocol::notification::v1::NotificationService::CallServerMethod |
( |
uint32 |
token, |
|
|
uint32 |
methodId, |
|
|
MessageBuffer |
buffer |
|
) |
| |
|
finalvirtual |
◆ descriptor()
| static google::protobuf::ServiceDescriptor const * bgs::protocol::notification::v1::NotificationService::descriptor |
( |
| ) |
|
|
static |
◆ HandlePublish()
◆ HandleSendNotification()
◆ HandleSubscribe()
◆ HandleUnsubscribe()
◆ operator=() [1/2]
◆ operator=() [2/2]
◆ ParseAndHandlePublish()
| void bgs::protocol::notification::v1::NotificationService::ParseAndHandlePublish |
( |
uint32 |
token, |
|
|
uint32 |
methodId, |
|
|
MessageBuffer & |
buffer |
|
) |
| |
|
private |
◆ ParseAndHandleSendNotification()
| void bgs::protocol::notification::v1::NotificationService::ParseAndHandleSendNotification |
( |
uint32 |
token, |
|
|
uint32 |
methodId, |
|
|
MessageBuffer & |
buffer |
|
) |
| |
|
private |
◆ ParseAndHandleSubscribe()
| void bgs::protocol::notification::v1::NotificationService::ParseAndHandleSubscribe |
( |
uint32 |
token, |
|
|
uint32 |
methodId, |
|
|
MessageBuffer & |
buffer |
|
) |
| |
|
private |
◆ ParseAndHandleUnsubscribe()
| void bgs::protocol::notification::v1::NotificationService::ParseAndHandleUnsubscribe |
( |
uint32 |
token, |
|
|
uint32 |
methodId, |
|
|
MessageBuffer & |
buffer |
|
) |
| |
|
private |
The documentation for this class was generated from the following file: