@ApplicationScoped public class BusEndpointProcessors extends Object
| Constructor and Description |
|---|
BusEndpointProcessors() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy(Object ignore) |
void |
initialize(Object ignore)
This creates the bi-function listener-producers that will create listeners which will
create JMS bus listeners for each websocket session that gets created in the future.
|
public void destroy(@Observes @Destroyed(value=javax.enterprise.context.ApplicationScoped.class)
Object ignore)
public void initialize(@Observes @Initialized(value=javax.enterprise.context.ApplicationScoped.class)
Object ignore)
ignore - unusedCopyright © 2014–2017 Red Hat, Inc.. All rights reserved.