Class SkipMessage (0.6.1)
Stay organized with collections
Save and categorize content based on your preferences.
publicclass SkipMessageextendsControlMessageSkipMessage is a pseudo wire-protocol message that is used to read and skip messages that we receive that we do not want at that time. This applies to COPY messages during normal operation, and sync/flush messages during COPY operation.
Inherited Members
Static Methods
createForInvalidStream(ConnectionHandler connectionHandler)
publicstaticSkipMessagecreateForInvalidStream(ConnectionHandlerconnectionHandler) Name
Description
Returns
Type
Description
Exceptions
Type
Description
createForValidStream(ConnectionHandler connectionHandler)
publicstaticSkipMessagecreateForValidStream(ConnectionHandlerconnectionHandler) Name
Description
Returns
Type
Description
Exceptions
Type
Description
Methods
getIdentifier()
protectedStringgetIdentifier()Used for logging.
Type
Description
Overrides
getMessageName()
protectedStringgetMessageName()Used for logging.
Type
Description
Overrides
getPayloadString()
protectedStringgetPayloadString()Used for logging.
Type
Description
Overrides
sendPayload()
protectedvoidsendPayload()Override this method to include post-processing and metadata in the sending process. Template method for send.
Type
Description