@ThreadSafe public class MySqlTopicSelector extends Object
TopicSelector.| Constructor and Description |
|---|
MySqlTopicSelector() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static TopicSelector<TableId> |
defaultSelector(String prefix,
String heartbeatPrefix)
Get the default topic selector logic, which uses a '.' delimiter character when needed.
|
static TopicSelector<TableId> defaultSelector(String prefix, String heartbeatPrefix)
prefix - the name of the prefix to be used for all topics; may not be null and must not terminate in the
delimiterheartbeatPrefix - the name of the prefix to be used for all heartbeat topics; may not be null and must not terminate in the
delimiterCopyright © 2020 JBoss by Red Hat. All rights reserved.