Interface ProtoRoot

  • All Superinterfaces:
    java.lang.AutoCloseable, java.io.Closeable, Proto

    public interface ProtoRoot
    extends Proto, java.io.Closeable
    Author:
    Dmitry Ovchinnikov
    • Method Detail

      • getItems

        java.util.Map<java.lang.String,​? extends ProtoBus> getItems()
        Specified by:
        getItems in interface Proto
      • close

        default void close()
                    throws java.io.IOException
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable
        Throws:
        java.io.IOException