org.apache.activemq.apollo.broker

Topic

class Topic extends DomainDestination with SecuredResource

A logical messaging topic

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Topic
  2. DomainDestination
  3. SecuredResource
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Topic(router: LocalRouter, address: DestinationAddress, config_updater: () ⇒ TopicDTO)

Type Members

  1. case class ProxyConsumerSession(proxy: ProxyDeliveryConsumer, session: DeliverySession) extends Sink[Delivery] with DeliverySession with SessionSinkFilter[Delivery] with Product with Serializable

  2. case class ProxyDeliveryConsumer(consumer: DeliveryConsumer, link: LinkDTO, registered: DeliveryConsumer) extends DeliveryConsumerFilter with Product with Serializable

  3. case class ProxyProducerSession(producer: DeliveryProducer) extends Sink[Delivery] with DeliverySession with Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def add_dequeue_counters(to: DestMetricsDTO, from: (Long, Long, Long)): Unit

  7. def add_enqueue_counters(to: DestMetricsDTO, from: (Long, Long, Long)): Unit

  8. def add_link_counters(to: LinkDTO, from: (Long, Long, Long)): Unit

  9. val address: DestinationAddress

    Definition Classes
    TopicDomainDestination
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. var auto_delete_after: Int

  12. def bind(address: BindAddress, consumer: DeliveryConsumer, on_bind: () ⇒ Unit): Unit

    Definition Classes
    TopicDomainDestination
  13. def bind_durable_subscription(address: SubscriptionAddress, queue: Queue): Unit

  14. def browse(from_seq: Long, to: Option[Long], max: Long)(func: (BrowseResult) ⇒ Unit): Unit

    Definition Classes
    TopicDomainDestination
  15. def check_idle: Unit

  16. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  17. var config: TopicDTO

  18. var config_updater: () ⇒ TopicDTO

  19. def connect(address: ConnectAddress, producer: BindableDeliveryProducer): Unit

    Definition Classes
    TopicDomainDestination
  20. val consumers: HashMap[DeliveryConsumer, ProxyDeliveryConsumer]

  21. val created_at: Long

  22. def delete: Option[String]

  23. def disconnect(producer: BindableDeliveryProducer): Unit

    Definition Classes
    TopicDomainDestination
  24. def disconnect_producers: Unit

  25. def dispatch_queue: DispatchQueue

  26. var durable_subscriptions: ListBuffer[Queue]

  27. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  29. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  30. implicit def from_link(from: LinkDTO): (Long, Long, Long)

  31. implicit def from_session(from: DeliverySession): (Long, Long, Long)

  32. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  34. def id: String

    Definition Classes
    DomainDestinationSecuredResource
  35. var idled_at: Long

  36. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  38. final def notify(): Unit

    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  40. def now: Long

  41. val producer_tracker: DeliveryConsumer { ... /* 2 definitions in type refinement */ }

  42. val producers: HashMap[BindableDeliveryProducer, LinkDTO]

  43. var proxy_sessions: HashSet[DeliverySession]

  44. def refresh_config: Unit

  45. val resource_kind: TopicKind.type

    Definition Classes
    TopicSecuredResource
  46. var retained_message: Delivery

  47. val router: LocalRouter

  48. var rules_cache: SecurityRules

    Definition Classes
    SecuredResource
  49. def slow_consumer_policy: String

  50. var state: String

  51. def status(show_producers: Boolean, show_consumers: Boolean, on_complete: (TopicStatusDTO) ⇒ Unit): Unit

  52. def status(show_producers: Boolean, show_consumers: Boolean): FutureResult[TopicStatusDTO]

  53. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  54. def toString(): String

    Definition Classes
    Topic → AnyRef → Any
  55. val topic_metrics: DestMetricsDTO

  56. var topic_queue: Queue

  57. var topic_queue_consumers: HashMap[DeliveryConsumer, DeliveryConsumer]

  58. def unbind(consumer: DeliveryConsumer, persistent: Boolean): Unit

    Definition Classes
    TopicDomainDestination
  59. def unbind_durable_subscription(queue: Queue): Unit

  60. def update(on_completed: Task): Unit

    Definition Classes
    TopicDomainDestination
  61. def virtual_host: VirtualHost

    Definition Classes
    TopicDomainDestination
  62. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  63. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  64. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from DomainDestination

Inherited from SecuredResource

Inherited from AnyRef

Inherited from Any

Ungrouped