MercuryServiceBase class abstract

Constructors

MercuryServiceBase()

Properties

$name String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

$addMethod(ServiceMethod method) → void
inherited
$lookupMethod(String name) → ServiceMethod?
inherited
$onMetadata(ServiceCall context) → void
Client metadata handler.
inherited
addReactionToMessage(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
addReactionToMessage_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
addUserToConversation(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
addUserToConversation_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
createConversation(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
createConversation_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
createUser(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
createUser_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
deleteConversation(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
deleteConversation_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
deleteMessage(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
deleteMessage_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
deleteReactionFromMessage(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
deleteReactionFromMessage_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
deleteUser(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
deleteUser_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
editMessage(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
editMessage_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
getAllUsers(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
getAllUsers_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
getConversationById(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
getConversationById_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
getConversationByUsers(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
getConversationByUsers_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
getMessage(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
getMessage_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
getUser(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
getUser_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
heartbeat(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
heartbeat_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
listContacts(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
listContacts_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
listConversations(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
listConversations_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
listMessages(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
listMessages_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ping(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
ping_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
receive(ServiceCall call, MercuryRequest request) Stream<MercuryResponse>
receive_Pre(ServiceCall call, Future<MercuryRequest> request) Stream<MercuryResponse>
removeUserFromConversation(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
removeUserFromConversation_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
send(ServiceCall call, MercuryRequest request) Future<MercuryResponse>
send_Pre(ServiceCall call, Future<MercuryRequest> request) Future<MercuryResponse>
toString() String
A string representation of this object.
inherited
uploadFile(ServiceCall call, Stream<MercuryRequest> request) Future<MercuryResponse>
uploadImage(ServiceCall call, Stream<MercuryRequest> request) Future<MercuryResponse>

Operators

operator ==(Object other) bool
The equality operator.
inherited