Class FunctionCallMessage (0.7.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass FunctionCallMessageextendsControlMessageNormally used to send a function call the back-end. Spanner does not currently support this, so send will throw a descriptive error to be sent to the user. Note that we do parse this in order for this to be future proof, and to ensure the input stream is flushed of the command (in order to continue receiving properly)
Inherited Members
Static Fields
IDENTIFIER
protectedstaticfinalcharIDENTIFIERConstructors
FunctionCallMessage(ConnectionHandler connection)
publicFunctionCallMessage(ConnectionHandlerconnection)Methods
getIdentifier()
protectedStringgetIdentifier()Used for logging.
getMessageName()
protectedStringgetMessageName()Used for logging.
getPayloadString()
protectedStringgetPayloadString()Used for logging.
sendPayload()
protectedvoidsendPayload()Override this method to include post-processing and metadata in the sending process. Template method for send.