Interface MessageChannelStore
- All Known Implementing Classes:
InMemoryMessageChannelStore
public interface MessageChannelStore
-
Method Summary
-
Method Details
-
getAll
Stream<MessageChannel> getAll() -
get
-
add
-
remove
-
clear
void clear()
-
InMemoryMessageChannelStore