![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
CustomNamedSubscription (Collection< String > topics) | |
CustomNamedSubscription (String... topics) | |
String | getTopicsString () |
Custom implementation of storm's NamedSubscription with fix of incorrect topic names.
Definition at line 11 of file CustomNamedSubscription.java.
org.openkilda.wfm.kafka.CustomNamedSubscription.CustomNamedSubscription | ( | Collection< String > | topics | ) |
Definition at line 13 of file CustomNamedSubscription.java.
org.openkilda.wfm.kafka.CustomNamedSubscription.CustomNamedSubscription | ( | String... | topics | ) |
Definition at line 17 of file CustomNamedSubscription.java.
String org.openkilda.wfm.kafka.CustomNamedSubscription.getTopicsString | ( | ) |
Definition at line 22 of file CustomNamedSubscription.java.