Package | Description |
---|---|
org.primefaces.push | |
org.primefaces.push.impl | |
org.primefaces.push.inject |
Modifier and Type | Method | Description |
---|---|---|
EventBus |
EventBusFactory.eventBus() |
Return a
EventBus |
EventBus |
PushProducer.getEventBus() |
|
EventBus |
EventBus.publish(Object o) |
Fire an object to all connected
RemoteEndpoint |
EventBus |
EventBus.publish(String path,
Object o) |
Fire an object to
RemoteEndpoint that connected using the path value. |
EventBus |
EventBus.publish(String path,
Object o,
EventBus.Reply r) |
Fire an object to
RemoteEndpoint that connected using the path value. |
Modifier and Type | Class | Description |
---|---|---|
class |
EventBusImpl |
Modifier and Type | Method | Description |
---|---|---|
EventBus |
EventBusImpl.publish(Object o) |
|
EventBus |
EventBusImpl.publish(String path,
Object o) |
|
EventBus |
EventBusImpl.publish(String path,
Object o,
EventBus.Reply r) |
Modifier and Type | Method | Description |
---|---|---|
EventBus |
EventBusInjectable.injectable(org.atmosphere.cpr.AtmosphereConfig config) |
Copyright © 2018. All rights reserved.