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