Class OpenMetadataTopicListenerConnectorBase

    • Constructor Detail

      • OpenMetadataTopicListenerConnectorBase

        public OpenMetadataTopicListenerConnectorBase()
    • Method Detail

      • getEventBean

        protected <T> T getEventBean​(String event,
                                     Class<T> eventClass)
                              throws Exception
        Parse the event and return it to a Java bean.
        Type Parameters:
        T - the name of the class
        Parameters:
        event - event as a String
        eventClass - class of the Java bean.
        Returns:
        Java bean
        Throws:
        Exception - something went wrong in the parsing process.