org.apache.activemq.apollo.dto
Class TopicDTO

java.lang.Object
  extended by org.apache.activemq.apollo.dto.StringIdDTO
      extended by org.apache.activemq.apollo.dto.TopicDTO

public class TopicDTO
extends StringIdDTO

Author:
Hiram Chirino

Field Summary
 TopicAclDTO acl
           
 java.lang.Integer auto_delete_after
          Controls when the topic will auto delete.
 java.lang.String slow_consumer_policy
           
 
Fields inherited from class org.apache.activemq.apollo.dto.StringIdDTO
id
 
Constructor Summary
TopicDTO()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

auto_delete_after

public java.lang.Integer auto_delete_after
Controls when the topic will auto delete. If set to zero, then the topic will NOT auto delete, otherwise the topic will auto delete after it has been unused for the number of seconds configured in this field. If unset, it defaults to 5 minutes


slow_consumer_policy

public java.lang.String slow_consumer_policy

acl

public TopicAclDTO acl
Constructor Detail

TopicDTO

public TopicDTO()


Copyright © 2005-2011 The Apache Software Foundation. All Rights Reserved.