EventPublishingConversation

constructor(delegate: Conversation, eventPublisher: <Error class: unknown class>, fromUserId: String? = null, toUserId: String? = null)

Parameters

delegate

the underlying Conversation implementation

eventPublisher

Spring's event publisher

fromUserId

optional default sender ID for published events

toUserId

optional default recipient ID for published events