@ProviderType public interface Topic extends Destination
| Modifier and Type | Method and Description |
|---|---|
static Topic |
of(String expression)
A factory method to create instances of
Topic for the specified topic expression. |
static Topic |
of(String expression,
boolean temporary)
A factory method to create instances of
Topic for the specified topic expression,
creator can indicate if it is temporary or not. |
getNamestatic Topic of(String expression)
Topic for the specified topic expression.expression - the topic expression, which cannot be nullstatic Topic of(String expression, boolean temporary)
Topic for the specified topic expression,
creator can indicate if it is temporary or not.expression - the topic expression, which cannot be nulltemporary - true if temporary topic; otherwise falseCopyright 2019-2025 Solace Corporation. All rights reserved.