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. Hide All
  2. Show all
  1. Topic
  2. DomainDestination
  3. SecuredResource
  4. AnyRef
  5. Any
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 DeliveryConsumer with Product with Serializable

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

Value Members

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

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

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

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

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

    Attributes
    final
    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. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  11. var auto_delete_after : Int

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

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

  14. def check_idle : Unit

  15. def clone (): AnyRef

    Attributes
    protected[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. var consumer_queues : HashMap[DeliveryConsumer, Queue]

  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. def eq (arg0: AnyRef): Boolean

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

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

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

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

    Attributes
    implicit
  32. def getClass (): java.lang.Class[_]

    Attributes
    final
    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. def isInstanceOf [T0] : Boolean

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

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

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

    Attributes
    final
    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 : org.apache.activemq.apollo.broker.security.SecuredResource.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 (on_complete: (TopicStatusDTO) ⇒ Unit): Unit

  52. def status : FutureResult[TopicStatusDTO]

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

    Attributes
    final
    Definition Classes
    AnyRef
  54. def toString (): String

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

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

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

  58. def update (on_completed: Task): Unit

    Definition Classes
    TopicDomainDestination
  59. def virtual_host : VirtualHost

    Definition Classes
    TopicDomainDestination
  60. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from DomainDestination

Inherited from SecuredResource

Inherited from AnyRef

Inherited from Any