public class PubsubConsumerImpl extends PubsubConsumer<org.openrdf.model.Value,Dataset>
| Constructor and Description |
|---|
PubsubConsumerImpl(RDFAgent agent) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(String conversationId,
AgentId publisher,
CancellationCallback callback) |
String |
submit(org.openrdf.model.Value topic,
AgentId publisher,
ConsumerCallback<Dataset> callback) |
public PubsubConsumerImpl(RDFAgent agent)
public String submit(org.openrdf.model.Value topic, AgentId publisher, ConsumerCallback<Dataset> callback) throws LocalFailure
submit in class PubsubConsumer<org.openrdf.model.Value,Dataset>LocalFailurepublic void cancel(String conversationId, AgentId publisher, CancellationCallback callback) throws LocalFailure
cancel in class PubsubConsumer<org.openrdf.model.Value,Dataset>LocalFailureCopyright © 2014. All Rights Reserved.