Uses of Class
io.vertx.tp.ipc.eon.em.Category
-
Packages that use Category Package Description io.vertx.tp.ipc.eon io.vertx.tp.ipc.eon.em -
-
Uses of Category in io.vertx.tp.ipc.eon
Methods in io.vertx.tp.ipc.eon that return Category Modifier and Type Method Description CategoryIpcRequest.Builder. getResponseCategory()Response typeCategoryIpcRequest. getResponseCategory()Response typeCategoryIpcRequestOrBuilder. getResponseCategory()Response typeMethods in io.vertx.tp.ipc.eon with parameters of type Category Modifier and Type Method Description IpcRequest.BuilderIpcRequest.Builder. setResponseCategory(Category value)Response type -
Uses of Category in io.vertx.tp.ipc.eon.em
Methods in io.vertx.tp.ipc.eon.em that return Category Modifier and Type Method Description static CategoryCategory. forNumber(int value)static CategoryCategory. valueOf(int value)Deprecated.static CategoryCategory. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CategoryCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static Category[]Category. 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 Category Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Category>Category. internalGetValueMap()
-