Package datahub.event
Class EventFormatter
- java.lang.Object
-
- datahub.event.EventFormatter
-
public class EventFormatter extends java.lang.ObjectA class that helps to format Metadata events for transport
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEventFormatter.Format
-
Constructor Summary
Constructors Constructor Description EventFormatter()EventFormatter(EventFormatter.Format serializationFormat)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.linkedin.mxe.MetadataChangeProposalconvert(MetadataChangeProposalWrapper mcpw)
-
-
-
Constructor Detail
-
EventFormatter
public EventFormatter(EventFormatter.Format serializationFormat)
-
EventFormatter
public EventFormatter()
-
-
Method Detail
-
convert
public com.linkedin.mxe.MetadataChangeProposal convert(MetadataChangeProposalWrapper mcpw) throws java.io.IOException
- Throws:
java.io.IOException
-
-