Uses of Class
de.quantummaid.eventmaid.channel.ChannelType
-
Packages that use ChannelType Package Description de.quantummaid.eventmaid.channel -
-
Uses of ChannelType in de.quantummaid.eventmaid.channel
Methods in de.quantummaid.eventmaid.channel that return ChannelType Modifier and Type Method Description static ChannelTypeChannelType. valueOf(String name)Returns the enum constant of this type with the specified name.static ChannelType[]ChannelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.quantummaid.eventmaid.channel with parameters of type ChannelType Modifier and Type Method Description ChannelBuilder<T>ChannelBuilder. forType(ChannelType type)Sets the type for theChannel.
-