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. class ProxyProducerSession extends Sink[Delivery] with DeliverySession

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 browse(from_seq: Long, to: Option[Long], max: Long)(func: (BrowseResult) ⇒ Unit): Unit

    Definition Classes
    TopicDomainDestination
  14. def check_idle: Unit

  15. def clone(): AnyRef

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

  17. var config_updater: () ⇒ TopicDTO

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

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

  20. val created_at: Long

  21. def delete: Option[String]

  22. def disconnect(producer: BindableDeliveryProducer): Unit

    Definition Classes
    TopicDomainDestination
  23. def disconnect_producers: Unit

  24. def dispatch_queue: DispatchQueue

  25. var durable_subscriptions: ListBuffer[Queue]

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

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  33. def id: String

    Definition Classes
    DomainDestinationSecuredResource
  34. var idled_at: Long

  35. final def isInstanceOf[T0]: Boolean

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

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

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

    Definition Classes
    AnyRef
  39. def now: Long

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

  41. val producers: HashMap[BindableDeliveryProducer, LinkDTO]

  42. var proxy_sessions: HashSet[DeliverySession]

  43. def refresh_config: Unit

  44. val resource_kind: TopicKind.type

    Definition Classes
    TopicSecuredResource
  45. var retained_message: Delivery

  46. val router: LocalRouter

  47. var rules_cache: SecurityRules

    Definition Classes
    SecuredResource
  48. def slow_consumer_policy: String

  49. var state: String

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

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

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

    Definition Classes
    AnyRef
  53. def toString(): String

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

  55. var topic_queue: Queue

  56. var topic_queue_consumers: HashMap[DeliveryConsumer, DeliveryConsumer]

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

    Definition Classes
    TopicDomainDestination
  58. def update(on_completed: Task): Unit

    Definition Classes
    TopicDomainDestination
  59. def virtual_host: VirtualHost

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from DomainDestination

Inherited from SecuredResource

Inherited from AnyRef

Inherited from Any

Ungrouped