CometDServlet
that can be configured with the init-parameter
services to be a comma separated list of class names of annotated services, that will
be processed by ServerAnnotationProcessor
upon initialization.ServerAnnotationProcessor.process(Object)
on callbacks methods
annotated with Listener
, Subscription
and RemoteCall
, and on
lifecycle methods annotated with PreDestroy
.ServerAnnotationProcessor.processCallbacks(Object)
on callback methods
annotated with Listener
, Subscription
and RemoteCall
.failure
to the remote caller.Inject
and Session
,
configuration methods annotated with Configure
, callback methods
annotated with Listener
, Subscription
and RemoteCall
,
and lifecycle methods annotated with PostConstruct
.Configure
.Inject
and Session
.PostConstruct
.PreDestroy
.result
to the remote caller.Copyright © 2008–2023 The CometD Project. All rights reserved.