public interface MessageGroups<C>
Modifier and Type | Method and Description |
---|---|
C |
get(SimpleString key) |
void |
put(SimpleString key,
C consumer) |
C |
remove(SimpleString key) |
void |
removeAll() |
boolean |
removeIf(Predicate<? super C> filter) |
int |
size() |
Map<SimpleString,C> |
toMap() |
void put(SimpleString key, C consumer)
C get(SimpleString key)
C remove(SimpleString key)
void removeAll()
int size()
Map<SimpleString,C> toMap()
Copyright © 2019 JBoss by Red Hat. All rights reserved.