Skip to content

Commit f4071e2

Browse files
committed
Add author tag
1 parent ccd3015 commit f4071e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kotlin/src/main/kotlin/org/axonframework/extensions/kotlin/QueryUpdateEmitterExtensions.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ import org.axonframework.queryhandling.QueryUpdateEmitter
1515
* @param [Q] the type of the query
1616
* @param [U] the type of the update
1717
* @see org.axonframework.queryhandling.QueryUpdateEmitter.emit
18+
* @author Stefan Andjelkovic
1819
*/
1920
inline fun <reified Q, reified U : Any> QueryUpdateEmitter.emit(update: U, noinline filter: (Q) -> Boolean) =
2021
this.emit(Q::class.java, filter, update)

0 commit comments

Comments
 (0)