Uses of Class
com.datastax.oss.pulsar.jms.api.JMSDestinationMetadata
-
Uses of JMSDestinationMetadata in com.datastax.oss.pulsar.jms.api
Subclasses of JMSDestinationMetadata in com.datastax.oss.pulsar.jms.apiModifier and TypeClassDescriptionstatic classThe destination maps to a physical topic, partitioned or non-partitioned.static final classThe destination is a JMS Queue.static final classThe destination is a JMS Topic, that maps to a Pulsar Topic with a set of Subscriptions.static final classThe Destination is a Virtual Destination, with the set of actual physical destinations.Methods in com.datastax.oss.pulsar.jms.api with type parameters of type JMSDestinationMetadataModifier and TypeMethodDescription<T extends JMSDestinationMetadata>
TUtility method to convert to a specific subclassMethods in com.datastax.oss.pulsar.jms.api that return JMSDestinationMetadataModifier and TypeMethodDescriptionJMSAdmin.describe(javax.jms.Destination destination) Describe a Destination.Methods in com.datastax.oss.pulsar.jms.api that return types with arguments of type JMSDestinationMetadataModifier and TypeMethodDescriptionJMSDestinationMetadata.VirtualDestinationMetadata.getDestinations()Constructor parameters in com.datastax.oss.pulsar.jms.api with type arguments of type JMSDestinationMetadataModifierConstructorDescriptionVirtualDestinationMetadata(String destination, boolean queue, boolean multiTopic, boolean regex, List<JMSDestinationMetadata> destinations)