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 disconnect (producer: BindableDeliveryProducer): Unit

    Definition Classes
    TopicDomainDestination
  23. def disconnect_producers : Unit

  24. def dispatch_queue : DispatchQueue

  25. var durable_subscriptions : ListBuffer[Queue]

  26. def eq (arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

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

  50. def status : FutureResult[TopicStatusDTO]

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

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

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

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

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

  56. def update (on_completed: Task): Unit

    Definition Classes
    TopicDomainDestination
  57. def virtual_host : VirtualHost

    Definition Classes
    TopicDomainDestination
  58. def wait (): Unit

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from DomainDestination

Inherited from SecuredResource

Inherited from AnyRef

Inherited from Any