ConversationPrefixpublic class NullConversationPrefix extends Object implements ConversationPrefix
ConversationPrefix implementation that
 displays nothing in front of conversation output.| Constructor | Description | 
|---|---|
NullConversationPrefix() | 
| Modifier and Type | Method | Description | 
|---|---|---|
String | 
getPrefix(ConversationContext context) | 
 Prepends each conversation message with an empty string. 
 | 
@NotNull public String getPrefix(@NotNull ConversationContext context)
getPrefix in interface ConversationPrefixcontext - Context information about the conversation.Copyright © 2019. All rights reserved.