Uses of Enum Class
org.flasby.bus.PageBus.MessageVolatility
Packages that use PageBus.MessageVolatility
-
Uses of PageBus.MessageVolatility in org.flasby.bus
Methods in org.flasby.bus that return PageBus.MessageVolatilityModifier and TypeMethodDescriptionstatic PageBus.MessageVolatility
Returns the enum constant of this class with the specified name.static PageBus.MessageVolatility[]
PageBus.MessageVolatility.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.flasby.bus with parameters of type PageBus.MessageVolatilityModifier and TypeMethodDescriptionvoid
PageBus.publish
(String subject, Object publication, PageBus.MessageVolatility isVolatile) publish something on the bus.void
Subject.send
(T msg, PageBus.MessageVolatility volatility)