java.lang.Object
org.frankframework.console.controllers.socket.MessageCacheStore
 
@Component
@Scope("singleton")
public class MessageCacheStore
extends Object 
- 
Constructor Summary
Constructors
 
- 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
 
- 
Constructor Details
- 
MessageCacheStore
public MessageCacheStore()
 
 
- 
Method Details
- 
put
public void put(@Nullable
 UUID uuid,
 @Nonnull
 String topic,
 @Nonnull
 String message) 
 
- 
 
- 
getAndUpdate
@Nonnull
public String getAndUpdate(@Nullable
 UUID uuid,
 @Nonnull
 String topic,
 @Nonnull
 String latestJsonMessage) 
 
- 
empty
public void empty()