Class DefaultPubSubMessageSerDesRegistry

    • Method Detail

      • find

        public java.util.Optional<PubSubMessageSerDes> find​(java.lang.String contentType)
        Description copied from interface: PubSubMessageSerDesRegistry
        Retrieves the appropriate PubSubMessageSerDes for the provided contentType.
        Specified by:
        find in interface PubSubMessageSerDesRegistry
        Parameters:
        contentType - The MIME type to search for a SerDes
        Returns:
        the registered SerDes