Interface IpcEnvelopOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    IpcEnvelop, IpcEnvelop.Builder

    public interface IpcEnvelopOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBody()
      Body content
      com.google.protobuf.ByteString getBodyBytes()
      Body content
      String getName()
      Service name for method calling, connect to method
      com.google.protobuf.ByteString getNameBytes()
      Service name for method calling, connect to method
      com.google.protobuf.ByteString getStream()
      Stream content
      Format getType()
      Envelop data format
      int getTypeValue()
      Envelop data format
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getTypeValue

        int getTypeValue()
         Envelop data format
         
        .io.vertx.tp.ipc.eon.em.Format type = 1;
      • getType

        Format getType()
         Envelop data format
         
        .io.vertx.tp.ipc.eon.em.Format type = 1;
      • getBody

        String getBody()
         Body content
         
        string body = 2;
      • getBodyBytes

        com.google.protobuf.ByteString getBodyBytes()
         Body content
         
        string body = 2;
      • getStream

        com.google.protobuf.ByteString getStream()
         Stream content
         
        bytes stream = 3;
      • getName

        String getName()
         Service name for method calling, connect to method
         
        string name = 4;
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Service name for method calling, connect to method
         
        string name = 4;