@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. |
getName
static Topic of(String expression)
Topic
for the specified topic expression.expression
- the topic expression, which cannot be null
static 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 null
temporary
- true
if temporary topic; otherwise false
Copyright 2019-2024 Solace Corporation. All rights reserved.