Class ProtobufKernel


  • public class ProtobufKernel
    extends java.lang.Object
    Provides a utility method to initialize Protobuf library when it is embedded in a Kernel and its APIs are exposed to Features.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void initialize()
      When the Protobuf library is exposed as Kernel API, this method should be called before a Feature calls one of the Protobuf APIs.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • initialize

        public static void initialize()
        When the Protobuf library is exposed as Kernel API, this method should be called before a Feature calls one of the Protobuf APIs.