提交 1197e020 编写于 作者: M Micha Kiener

SPR-6419, manager API

上级 9dd279c9
......@@ -163,7 +163,7 @@ public interface ConversationManager {
* @param <T> the conversation type passed along to distinguish the use case
* behind starting a new conversation
*/
<T extends ConversationType, C> Conversation beginConversation(JoinMode joinMode, T conversationType,
<T extends ConversationType> Conversation beginConversation(JoinMode joinMode, T conversationType,
ConversationInitializationCallback<T>... callbacks);
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册