| Package | Description |
|---|---|
| net.minidev.ovh.api |
| Modifier and Type | Method and Description |
|---|---|
OvhTopic |
ApiOvhDbaasqueue.serviceName_topic_POST(String serviceName,
String id,
Long partitions,
Long replicationFactor)
Create a topic
REST: POST /dbaas/queue/{serviceName}/topic
|
OvhTopic |
ApiOvhDbaasqueue.serviceName_topic_topicId_GET(String serviceName,
String topicId)
Get a topic
REST: GET /dbaas/queue/{serviceName}/topic/{topicId}
|
OvhTopic |
ApiOvhDbaasqueue.serviceName_topic_topicId_PUT(String serviceName,
String topicId,
Long partitions)
Update a topic configuration
REST: PUT /dbaas/queue/{serviceName}/topic/{topicId}
|
Copyright © 2017. All rights reserved.