Class StopEventDataDeserializer
java.lang.Object
io.debezium.connector.binlog.event.StopEventDataDeserializer
- All Implemented Interfaces:
com.github.shyiko.mysql.binlog.event.deserialization.EventDataDeserializer<StopEventData>
public class StopEventDataDeserializer
extends Object
implements com.github.shyiko.mysql.binlog.event.deserialization.EventDataDeserializer<StopEventData>
A deserializer that decodes
StopEventData.- Author:
- Randall Hauch, Chris Cranford
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.github.shyiko.mysql.binlog.io.ByteArrayInputStream inputStream)
-
Constructor Details
-
StopEventDataDeserializer
public StopEventDataDeserializer()
-
-
Method Details
-
deserialize
public StopEventData deserialize(com.github.shyiko.mysql.binlog.io.ByteArrayInputStream inputStream) throws IOException - Specified by:
deserializein interfacecom.github.shyiko.mysql.binlog.event.deserialization.EventDataDeserializer<StopEventData>- Throws:
IOException
-