Package | Description |
---|---|
com.yahoo.bullet.rest.query | |
com.yahoo.bullet.rest.service |
Modifier and Type | Class and Description |
---|---|
class |
HTTPQueryHandler
Query handler that implements results for HTTP - one result per query.
|
class |
SSEQueryHandler
Query handler that implements results for SSE - multiple results per query.
|
class |
WebSocketQueryHandler
Query handler that implements results for WebSocket - multiple results per query.
|
Modifier and Type | Method and Description |
---|---|
QueryHandler |
HandlerService.getHandler(String id)
Retrieves the
QueryHandler for the given ID, if it exists. |
QueryHandler |
HandlerService.removeHandler(String id)
Removes a
QueryHandler for the given ID. |
Modifier and Type | Method and Description |
---|---|
void |
HandlerService.addHandler(String id,
QueryHandler handler)
Adds the given
QueryHandler for the given ID to this service. |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.