co.cask.tigon.app.queue
Interface QueueSpecification
public interface QueueSpecification
This interface defines the specification for associated with either
input or output binds to it's respective QueueName and Schema
getQueueName
QueueName getQueueName()
- Returns:
QueueName associated with the queue.
getInputSchema
co.cask.tigon.internal.io.Schema getInputSchema()
- Returns:
Schema associated with the reader schema of the queue.
getOutputSchema
co.cask.tigon.internal.io.Schema getOutputSchema()
- Returns:
Schema associated with data written to the queue.
Copyright © 2014 Cask Data, Inc. Licensed under the Apache License, Version 2.0.