Uses of Class
io.vertx.tp.ipc.eon.em.Format
-
Packages that use Format Package Description io.vertx.tp.ipc.eon io.vertx.tp.ipc.eon.em -
-
Uses of Format in io.vertx.tp.ipc.eon
Methods in io.vertx.tp.ipc.eon that return Format Modifier and Type Method Description FormatIpcRequest.Builder. getResponseFormat()Response formatFormatIpcRequest. getResponseFormat()Response formatFormatIpcRequestOrBuilder. getResponseFormat()Response formatFormatStreamServerRequest.Builder. getResponseType().io.vertx.tp.ipc.eon.em.Format response_type = 1;FormatStreamServerRequest. getResponseType().io.vertx.tp.ipc.eon.em.Format response_type = 1;FormatStreamServerRequestOrBuilder. getResponseType().io.vertx.tp.ipc.eon.em.Format response_type = 1;FormatIpcEnvelop.Builder. getType()Envelop data formatFormatIpcEnvelop. getType()Envelop data formatFormatIpcEnvelopOrBuilder. getType()Envelop data formatMethods in io.vertx.tp.ipc.eon with parameters of type Format Modifier and Type Method Description IpcRequest.BuilderIpcRequest.Builder. setResponseFormat(Format value)Response formatStreamServerRequest.BuilderStreamServerRequest.Builder. setResponseType(Format value).io.vertx.tp.ipc.eon.em.Format response_type = 1;IpcEnvelop.BuilderIpcEnvelop.Builder. setType(Format value)Envelop data format -
Uses of Format in io.vertx.tp.ipc.eon.em
Methods in io.vertx.tp.ipc.eon.em that return Format Modifier and Type Method Description static FormatFormat. forNumber(int value)static FormatFormat. valueOf(int value)Deprecated.static FormatFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static FormatFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static Format[]Format. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.tp.ipc.eon.em that return types with arguments of type Format Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Format>Format. internalGetValueMap()
-