Uses of Class
io.nitric.api.event.Topic
-
Packages that use Topic Package Description io.nitric.api.event Provides the Event Service API. -
-
Uses of Topic in io.nitric.api.event
Methods in io.nitric.api.event that return Topic Modifier and Type Method Description static Topic
Events. topic(String name)
Return a new event topic with the given name.Methods in io.nitric.api.event that return types with arguments of type Topic Modifier and Type Method Description static List<Topic>
Events. topics()
List the available event topics.
-