Uses of Enum
io.opencensus.trace.MessageEvent.Type
Packages that use MessageEvent.Type
-
Uses of MessageEvent.Type in io.opencensus.trace
Methods in io.opencensus.trace that return MessageEvent.TypeModifier and TypeMethodDescriptionabstract MessageEvent.TypeMessageEvent.getType()Returns the type of theMessageEvent.static MessageEvent.TypeReturns the enum constant of this type with the specified name.static MessageEvent.Type[]MessageEvent.Type.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.opencensus.trace with parameters of type MessageEvent.TypeModifier and TypeMethodDescriptionstatic MessageEvent.BuilderMessageEvent.builder(MessageEvent.Type type, long messageId) Returns a newMessageEvent.Builderwith default values.