Show / Hide Table of Contents

    Interface ITopic

    Represents a topic in a message broker. A message sent to a topic is delivered to all consumers on the topic who are interested in the message.

    Inherited Members
    IDestination.DestinationType
    IDestination.IsTopic
    IDestination.IsQueue
    IDestination.IsTemporary
    System.IDisposable.Dispose()
    Namespace: Apache.NMS
    Assembly: Apache.NMS.dll
    Syntax
    public interface ITopic : IDestination, IDisposable

    Properties

    | Improve this Doc View Source

    TopicName

    Declaration
    string TopicName { get; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    Back to top Copyright © 2005-2019 Apache Software Foundation project
    Generated by DocFX