Uses of Interface
org.cometd.bayeux.server.ConfigurableServerChannel.Initializer
-
Uses of ConfigurableServerChannel.Initializer in org.cometd.bayeux.server
Subinterfaces of ConfigurableServerChannel.Initializer in org.cometd.bayeux.serverModifier and TypeInterfaceDescriptionstatic interfaceSpecialized listener forServerChannelevents.Classes in org.cometd.bayeux.server that implement ConfigurableServerChannel.InitializerModifier and TypeClassDescriptionstatic classUtility class that initializes channels to be persistentMethods in org.cometd.bayeux.server with parameters of type ConfigurableServerChannel.InitializerModifier and TypeMethodDescriptionorg.cometd.bayeux.MarkedReference<ServerChannel>BayeuxServer.createChannelIfAbsent(String channelName, ConfigurableServerChannel.Initializer... initializers) Creates aServerChanneland initializes it atomically if the channel does not exist, or returns it if it already exists.