Uses of Class
io.fluxcapacitor.common.MessageType
| Package | Description |
|---|---|
| io.fluxcapacitor.common |
-
Uses of MessageType in io.fluxcapacitor.common
Methods in io.fluxcapacitor.common that return MessageType Modifier and Type Method Description static MessageTypeMessageType. valueOf(String name)Returns the enum constant of this type with the specified name.static MessageType[]MessageType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.fluxcapacitor.common with parameters of type MessageType Modifier and Type Method Description static StringServicePathBuilder. consumerPath(MessageType messageType)static StringServicePathBuilder. producerPath(MessageType messageType)